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

Make it analyse images #4

Closed
MatEdwards opened this issue Jan 11, 2018 · 2 comments
Closed

Make it analyse images #4

MatEdwards opened this issue Jan 11, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@MatEdwards
Copy link
Contributor

Look at past code and attempt to analyse a image using the same sort of commands. May want to communicate with person doing calculations to figure out best commands to use

@ounsworth
Copy link
Contributor

Design an opencv filter pipeline.

@ounsworth
Copy link
Contributor

Proposed pipeline:

  • Yellow threshold (& B&W cleanup like erode/dilate) --> Binary Mask
  • extractContours() --> list of non-touching objects
  • for each contour (object):
    • Apply binary mask to colour img with ROI bounding box from contor
    • toGrayscale()
    • cleanup ?
    • Canny edge detect & Corner detect

(we may find that we don't need the corners, the centre of each cube blob might be enough, so we could stop at the extractContours() step)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants