You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of Hough and Canny parameters are already configurable through imgproc_definitions.py. Thresholds for color segmentation should definitely be added.
Other parameters that are currently used are:
relative tolerance for line merging
radius, resolution and tolerance for intersection checking (add inner radius maybe?)
Image processing parameters are currently hard coded. Extract all parameters to configuration files. Add apps/scripts to set the parameters easily.
The text was updated successfully, but these errors were encountered: