Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Problem about SVM example in OpenCV3.0.0

In http://docs.opencv.org/3.0.0/d1/d73/tutorial_introduction_to_svm.html there exists an example of SVM.

The expected result image is: image description

There are gray circle around three support vectors.

But after implement the example, the image I got is: image description

There is no gray circle around any support vector. Only a quater of gray circle appeared at top left corner.

What is the problem ?

My environment is as follows: Windows 10, Visual Studio 2013, opencv-3.0.0。