In this repo the Grey Wolf optimizer is used to detect circles in the images.
Circle detection using Grey Wolf Optimizer (GWO).
pip install -r requirements.txtpython main.pyWarning: 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.
python main.py 1 40 100python main.py --help