MichalBusta / FASText

Efficient Unconstrained Scene Text Detector
GNU General Public License v2.0
191 stars 74 forks source link

error: ‘featuresMultiChar’ was not declared in this scope #30

Closed blakeliu closed 6 years ago

blakeliu commented 6 years ago

error: ‘featuresMultiChar’ was not declared in this scope createTrainDataMat(featuresMultiChar, labesMultiChar, trainingData2, labelsMat2); ^ /home/blake/cv/text/FASText/src/Python/pyFastTextG.cpp:816:40: error: ‘labesMultiChar’ was not declared in this scope createTrainDataMat(featuresMultiChar, labesMultiChar, trainingData2, labelsMat2);

my opencv version: 2.4.13 where is createTrainDataMat defined?

MichalBusta commented 6 years ago

build should be fixed for opencv 2.4 now.