OpenCV detect numbers

前端 未结 10 758
面向向阳花
面向向阳花 2020-12-25 13:52

I\'m using OpenCV on the iPhone and need to detect numbers in an image. I split the image into smaller images so each image has only one number (1-9). All numbers are printe

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 14:06

    Simple Digit Recognition OCR in OpenCV-Python

    This might help you out. Converting the code from Python to C++ is not a difficult task, since OpenCV API's are same for the both.

提交回复
热议问题