Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard coded image processing parameters #5

Open
fpetric opened this issue Nov 6, 2015 · 2 comments
Open

Hard coded image processing parameters #5

fpetric opened this issue Nov 6, 2015 · 2 comments
Assignees

Comments

@fpetric
Copy link
Contributor

fpetric commented Nov 6, 2015

Image processing parameters are currently hard coded. Extract all parameters to configuration files. Add apps/scripts to set the parameters easily.

@fpetric fpetric self-assigned this Nov 6, 2015
@dmiklic
Copy link
Contributor

dmiklic commented Nov 16, 2015

For starters, let's make a list of parameters that should be configurable:

  • X/O segmentation thresholds (we have to be careful here, because red objects have two pairs of thresholds, due to the properties of HSV space)
  • Hough properties?
  • ???

@fpetric
Copy link
Contributor Author

fpetric commented Nov 16, 2015

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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants