mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 22:33:03 +04:00
@@ -128,7 +128,7 @@ int main()
|
||||
//! [show_vectors]
|
||||
thick = 2;
|
||||
lineType = 8;
|
||||
Mat sv = svm->getSupportVectors();
|
||||
Mat sv = svm->getUncompressedSupportVectors();
|
||||
|
||||
for (int i = 0; i < sv.rows; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user