parent
eca752368b
commit
a2b353d178
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user