1 | initial version |
Found my problem ...
Should have been
cerr << "Labels: ";
for(int i=0; i < labelsTest.rows; i++){
cerr << labelsTest.at<float>(i, 0) << " / ";
}
instead of jumping through the data with int, which is 64 bits, in contradiction to the 32 bit jump I needed...