Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

NeuralNetwork Opencv

Hi I would like to know if the following is possible using Neural network in opencv, as I found the following link http://docs.opencv.org/modules/ml/doc/neural_networks.html.

So far, I had tried the traincascade.exe file to perform the object training. But now, I would like to try customizing my own algorithm in C++ using Visual Studio instead of using the existing traincascade algorithm to train the system to recognize an object/pattern.

I would like to know if this neural network can generate an xml file like the traincascade.exe file to be used for detection? Are there any format, etc that I need to follow, so that I can use the generated xml file for detection, by only replacing the xml file in opencv sample code?

Are there any good tutorial & sample codes where I can learn from?

Thank you.