Skip to content

Smehnov/maze-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze detector with open-cv

Program running by command
python3.6 app.py path_to_image

Example of usage:

python3.6 app.py photo2.img
photo
Output:

1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  
1  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1  
1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  0  1  
1  0  0  0  0  0  0  0  0  0  1  0  0  0  0  0  1  
1  0  1  1  1  1  0  0  0  0  1  1  1  0  1  1  1  
1  0  0  0  0  0  0  1  0  0  0  0  1  0  0  0  1  
1  1  0  1  1  1  1  1  1  1  1  0  1  1  1  0  1  
0  0  0  1  0  0  0  0  0  0  1  0  0  0  1  0  1  
1  1  1  1  0  1  1  1  0  0  1  1  1  0  1  0  1  
1  0  0  1  0  0  0  1  0  0  0  0  1  0  1  0  0  
1  0  1  1  1  1  1  1  0  0  1  0  1  0  1  0  1  
1  0  0  0  0  0  0  0  0  0  1  0  1  0  1  0  1  
1  1  0  1  1  1  1  1  1  1  1  0  1  0  1  0  1  
1  0  0  0  0  0  0  0  0  0  1  0  1  0  0  0  1  
1  0  1  1  0  1  1  1  0  0  1  1  1  1  1  0  1  
1  0  0  1  0  0  0  1  0  0  0  0  0  0  0  0  1                                              
1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages