Skip to content

Commit

Permalink
Update non_linear_svms.cpp
Browse files Browse the repository at this point in the history
fix for opencv#6598
  • Loading branch information
berak committed May 30, 2016
1 parent eca7523 commit a2b353d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a2b353d

Please sign in to comment.