Skip to content
Snippets Groups Projects
Commit d7ba64ff authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: missing call to SetMeasurementVectorSize()

parent 771b4dda
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ bool ReadDataFile(
return false;
}
labels->SetMeasurementVectorSize(1);
unsigned int nbfeatures = 0;
while (!ifs.eof())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment