Ask Your Question
0

using detectMultiScale on specified coordinates and size

asked 2016-05-20 04:23:01 -0600

can gravatar image

Hello everyone,how can i use the detectMultiScale method on a single specified location of specified size?I tried using it with same Size(x,y) parameters but it doesn't detect anything although i know that location and size contains my object of interest.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-05-23 01:16:44 -0600

can gravatar image

I have managed to tackle it with creating a custom class that inherits CascadeClassifier class than i used featureEvaluator->setImage on the image patch that i want to run my classifier on,after that i accessed the runAt() method which is protected and only way to access it is using a class wrapper.By supplying the correct model size and above instructions,it worked.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-05-20 04:23:01 -0600

Seen: 262 times

Last updated: May 23 '16