Commit c3444353 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #6602 from berak:patch-1

parents eca75236 a2b353d1
...@@ -128,7 +128,7 @@ int main() ...@@ -128,7 +128,7 @@ int main()
//! [show_vectors] //! [show_vectors]
thick = 2; thick = 2;
lineType = 8; lineType = 8;
Mat sv = svm->getSupportVectors(); Mat sv = svm->getUncompressedSupportVectors();
for (int i = 0; i < sv.rows; ++i) for (int i = 0; i < sv.rows; ++i)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment