Problem about SVM example in OpenCV3.0.0 [closed]

asked 2016-01-02 12:20:30 -0600

hjyanghj gravatar image

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。

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by hjyanghj
close date 2016-01-05 09:56:06.033257

Comments

please have a look here

berak gravatar imageberak ( 2016-01-02 13:08:52 -0600 )edit

Thanks a lot.

hjyanghj gravatar imagehjyanghj ( 2016-01-02 14:08:46 -0600 )edit