c++ - OpenCV cascade classifier from Python -


i working on computer vision/machine learning problem in python , have far not needed opencv. however, need use fast cascade classifier detect objects in set of images. came across haar based classifier written in c++. testing phase can called python, cannot find way train classifier recognize other objects python (i able find this, uses c++).

  1. is training functionality of haar cascade available through c++ or can used python?
  2. if c++, pointers on need install started?

thanks!


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -