Ask Your Question

user_OpenCV's profile - activity

2017-07-20 05:03:18 -0600 received badge  Famous Question (source)
2016-08-01 12:40:13 -0600 received badge  Notable Question (source)
2016-03-08 05:55:01 -0600 received badge  Popular Question (source)
2015-01-17 06:28:21 -0600 commented answer How to use KNearest and ANN in OpenCV 3.0

Thank you, the method is working properly. But I have a question, how to use this method when I want to train (use knn->train) the classifier and save learning vector find by this method. I want implemented 2 programs. The first program have learn KNN (used knn->train). The second program have find labels for my data (used knn->findNearest). Is it possible, or for each calling of the program I have to train a classifier again?

2015-01-14 13:41:43 -0600 commented answer How to use KNearest and ANN in OpenCV 3.0

I'm not sure how to use it to recognize character(digit and letter). Maybe I didn't explain my problem as as should to. I need a way how to use module Machine Learning in OpenCV 3.0 (example: ANN_MLP or KNearest) learnt on the basis of vector of learning data. Unfortunately it has to be implemented in OpenCV 3.0.

2015-01-14 11:35:04 -0600 asked a question How to use KNearest and ANN in OpenCV 3.0

Hi, I have a problem. Don't know how to use KNearest Neighbour or ANN in OpenCV 3.0. I don't even know if any of mentioned class/method can be used in ver 3.0. I could't find any example of using neighter KNeares nor ANN. I would be appreciative for any help. I need it to recognize letters on license plate.