fix(core): chars_identify.h:25:54: error: extra qualification on member 'identifyChinese'

v1.6alpha
Micooz 9 years ago
parent 92b3bab054
commit be5b098c0d

@ -22,7 +22,7 @@ class CharsIdentify {
int identify(std::vector<cv::Mat> inputs, std::vector<std::pair<std::string, std::string>>& outputs,
std::vector<bool> isChineseVec);
std::pair<std::string, std::string> CharsIdentify::identifyChinese(cv::Mat input);
std::pair<std::string, std::string> identifyChinese(cv::Mat input);
bool isCharacter(cv::Mat input, std::string& label, float& maxVal, bool isChinese = false);

Loading…
Cancel
Save