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

VRX: computer vision to classify totems by color #29

Closed
kev-the-dev opened this issue Oct 2, 2019 · 1 comment
Closed

VRX: computer vision to classify totems by color #29

kev-the-dev opened this issue Oct 2, 2019 · 1 comment
Assignees
Labels

Comments

@kev-the-dev
Copy link
Collaborator

Things to research:

  • ROS image transport and cv_bridge (to get an image through ROS)
  • Extracting a ROI from an image (this ROI will be given to you)
  • Analysis the histogram of an image (potentially using HSV) to see the significant colors (filter out the ocean, etc)
  • Classify on color using simple thresholding or (more reliably) a Bayesian classifier
@ericgorday
Copy link
Contributor

Tentative Plan:
1.) OpenCV
2.) ROS
3.) Solve computer vision

@kev-the-dev kev-the-dev added the vrx label Nov 4, 2019
@kev-the-dev kev-the-dev changed the title Computer vision solution for VRX "Object Localization and Classification" VRX: computer vision to classify totems by color Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants