Skip to content

yersonargote/circle-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle Detection on Images

In this repo the Grey Wolf optimizer is used to detect circles in the images.

Circle detection using Grey Wolf Optimizer (GWO).

Dependencies

pip install -r requirements.txt

Run

python main.py

Warning: In linux install tkinter.

  • Note: In Debian/Ubuntu do sudo apt install python3-tk.

  • Note: Command is equals to python main.py 2 50 250.

The default arguments are select 2.jpg image with 50 population size and 250 max iterates.

  • Note: You can add the name of image without .jpg.

Another example

python main.py 1 40 100

For more info

python main.py --help

About

Circle Detection on Images using Grey Wolf Optimizer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages