S
S
Sacerdos2014-08-15 17:12:53
Python
Sacerdos, 2014-08-15 17:12:53

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

2 answer(s)
V
Vladimir, 2014-08-15
@noonv

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 .

G
gimntut, 2014-08-15
@gimntut

There was already a similar question: How to find out whether or not image #1 includes an object from image #2 using OpenCV?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question