OpenCV and Tesseract Crashing on certain computers

前端 未结 0 1588
暗喜
暗喜 2020-12-28 13:47
std::string outText, imPath = "image.jpeg";
cv::Mat im = cv::imread(imPath, cv::IMREAD_GRAYSCALE);      
cv::bitwise_not(im, im);

tesseract::TessBaseAPI*          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题