/circle-detection

Circle Detection on Images using Grey Wolf Optimizer

Primary LanguagePython

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