Answer the question
In order to leave comments, you need to log in
How to make custom classifier with OpenCV in Python?
There are many recognition libraries in OpenCV, but not for those objects that I need (in my case, some black and white drawings), so I need the program to find them in this image.
Answer the question
In order to leave comments, you need to log in
You want to implement your own classification algorithm - or train an existing one to find the objects you need. If the latter, then you first need to create a training sample.
Details can be read here .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question