Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In my opinion, you cannot compare OpenCV ML module with TensorFlow (Tensorflow is one of the state of the art DNN library heavily maintained by Google). Use Tensorflow if you want to use DNN.

In my opinion, you cannot compare OpenCV ML module with TensorFlow (Tensorflow (on one hand the ML module contains some classical ML algorithms, on the other hand Tensorflow is one of the state of the art DNN library heavily maintained by Google). Google and other people). Use Tensorflow (or one of the many DNN libraries that exist) if you want to use DNN.DNN.

If you want to have both, you should use the Python interface, you will have lots of up to date ML algorithms in scikit and you will be able to use OpenCV and Tensorflow in the same time.