Resolution to 300 dpi
hi!
Is there any method to set the Resolution of Mat type image to 300dpi in OpenCV-3.0 before passing it to Tesseract-OCR for further text recognition?
Thanks..
hi!
Is there any method to set the Resolution of Mat type image to 300dpi in OpenCV-3.0 before passing it to Tesseract-OCR for further text recognition?
Thanks..
dpi (dots per inch) is a measurement of your pixel's size (used in displaying, or printing). I do not see any use in OCR. If you want to change resolution of your input image of the OCR, you should use resize.
Asked: 2014-11-03 06:21:50 -0600
Seen: 12,495 times
Last updated: Nov 03 '14
How to take picture with CameraBridgeViewBase or change it resolution
Porting OpenCV 2.4.X code to 3.X
How to get objdetect module from python in latest openCV (3.0.0-dev)
Is VideoCapture.set implemented (yet) in OpenCV 3? [closed]
OpenCV 3.0 namedWindow-OPENGL-Problems
DMatch: no member "distance" (OpenCV3)