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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -