#include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/ml/ml.hpp> using namespace cv; int main() { // Data for visual representation , height = ; Mat image = Mat::zeros(height, width, CV_8UC3); // Set u…
talk is cheap, show you the code: /************************************************************************/ /* Name : OpenCV SVM test */ /* Date : 2015/11/7 */ /* Author : aban */ /********************************************************************…