3

I'm trying to develop a code which recognizes two different patterns. I have trained both the patterns separately and obtained the cascade XMLs of both. I give the patterns in a single image, which the program is supposed to detect.

How can I implement this using 'detectMultiScale' in openCV or are there any other option(s)??

Please help :)

PS: I'm using C++ in openCV

1 Answer 1

2

Since you have trained the patterns seperately, you'll have to run detectMultiScale() twice.

Sign up to request clarification or add additional context in comments.

1 Comment

got it.. :) It's working.. I used 2 xmls and wrote detectMultiScale twice.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.