pip install -r requirements/r.txt
Basic run
python3 main.py -f target_filename
To see the parameters and what they represent, just run:
python3 main.py -h
or
python3 main.py --help
example: 1.jpg
default=10
options: random, rank_based_adaptive, gaussian, triangular. default='gaussian'
options: one_cut, two_point, intermediate, average. default='one_cut'
default=0.1
default=0.9
Indicates the precision of the algorithm and has the number 1 as the minimum value and highest precision (more pixels). default=8
default=2
default=10