InterviewSolution
Saved Bookmarks
| 1. |
What are machine learning algorithms available in OpenCV? |
|
Answer» An OpenCV is open for all and free cross-platform where you get a library of real-time computer vision programming functions. It is developed by Intel and is mostly written in the C++ programming LANGUAGE. A JAVASCRIPT version is also available as OpenCV.js which is built for web platforms. Some machine learning libraries available in OpenCV are:ARTIFICIAL Neural NETWORKS, RANDOM Forest, Support Vector Machine, Decision Tree Learning, Convolution Neural Networks, Boosting and Gradient Boosting Trees, Expectation-Maximization algorithm, Naive Bayes classifier, K-nearest neighboring algorithm. |
|