inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 374 forks source link

Creating new haar file? #62

Open leolao opened 7 years ago

leolao commented 7 years ago

Hi,I'm working with jsfeat for object-detection. I know how haar object detect works, and I can detect face, hand etc with the haar that are already included, but if I would like to use jsfeat to detect a simple object, such as circle on paper. How should i do?