peterbraden / node-opencv

OpenCV Bindings for node.js
MIT License
4.37k stars 857 forks source link

Way to creat new haarcascade from image #25

Open BeMoreDifferent opened 11 years ago

BeMoreDifferent commented 11 years ago

Hi everybody. I am new to OpenCV and like to creat a new haarcascade from some images for image recognition . Is there an simple way implanted in node-opencv or any bashscript to creat such files? Would be great if anybody could help me with some information.

greets Daniel

peterbraden commented 11 years ago

So this is possible with opencv, but I haven't implemented it in the bindings yet. I would like to have training in the API.

In the meantime, this tutorial may help you out:

http://note.sonots.com/SciSoftware/haartraining.html#t1a1f262

prabirshrestha commented 11 years ago

+1

khurrumqureshi commented 11 years ago

any idea when this will get implemented?