How to know the exact location of an object in an image after detecting it using haar-cascade?

asked 2020-11-25 15:49:52 -0600

serge gravatar image

I have trained a cascade classifier to detect an object that is multi-form. I now want to know the exact position of the in the frame and just move my step motors to follow the object. I have splitted the image into four equal images , each image corresponds to one camera auto-calibration movement movement. I just want to move my camera automatically in case the object detected is too much on the upper left ,upper right etc and put it at the center of the field of view

edit retag flag offensive close merge delete

Comments

congratulations on training a haar cascade classifier. now runcv::CascadeClassifier::detectMultiScale()

crackwitz gravatar imagecrackwitz ( 2020-11-26 10:03:34 -0600 )edit