Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it should be:

    Mat traindata = tdata->getTrainResponses();

(without the TrainData::)

it should be:

    Mat traindata = tdata->getTrainResponses();

(without the TrainData::) . your code produces a different signature, while linking)

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" ))

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" ))