1 | initial version |
it should be:
Mat traindata = tdata->getTrainResponses();
(without the TrainData::
)
2 | No.2 Revision |
it should be:
Mat traindata = tdata->getTrainResponses();
(without the TrainData::
) . your code produces a different signature, while linking)
3 | No.3 Revision |
it should be:
Mat traindata = tdata->getTrainResponses();
(without the TrainData::
. your code produces a different signature, while linking)
(( tdata->TrainData::getTrainResponses(); is still "pure virtual" ))
4 | No.4 Revision |
it should be:
Mat traindata = tdata->getTrainResponses();
(without the TrainData::
. your code produces a different signature, while linking))
(( tdata->TrainData::getTrainResponses(); is still "pure virtual" ))