Qt-5-and-OpenCV-4-Computer-Vision-Projects 学习笔记 - 光学字符识别
光学字符识别voidMainWindow::extractText(){//在方法主体的开头,我们检查currentImage成员字段是否为空//如果为null,则在我们的应用中没有打开任何图像,因此我们在显示消息框后立即返回。if(currentImage==nullptr){QMessageBox::information(this,"Information","Noopenedimage."