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

Example to detect simple geometric objects #10

Closed
shamelmerchant opened this issue Aug 16, 2013 · 1 comment
Closed

Example to detect simple geometric objects #10

shamelmerchant opened this issue Aug 16, 2013 · 1 comment

Comments

@shamelmerchant
Copy link

Can js-objectdect be used to detect simple geometric object in an image ? Can there be an example like http://stackoverflow.com/questions/11424002/how-to-detect-simple-geometric-shapes-using-opencv

@mtschirs
Copy link
Owner

mtschirs commented Aug 3, 2014

You are probably better off using a more specialised detector for simple geometric shapes.

If you still want to use Haar-features for shape detecion, see any tutorial on Haar-training for OpenCV, e.g. http://note.sonots.com/SciSoftware/haartraining.html

The resulting classifier can be converted and used by this library as long as it is stump based.

@mtschirs mtschirs closed this as completed Aug 3, 2014
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