我试着用OCR识别车牌的特征,但我的车牌质量较差。
我试图以某种方式改进OCR的字符识别,但我最好的结果是:结果。
就连这张照片上的童子军也认不出任何人物。我的代码是:
#include <cv.h> // open cv general include file
#include <highgui.h> // open cv GUI include file
#include <iostream> // standard C++ I/O
#include <opencv2/highgui/highgui.hp