0

Currently i am working on an image app where i am able to capture an image by using AVFoundation framework. But what i am looking is , to capture an image with certain resolution and DPI (may be 300 DPI or greater).

How to do this ?

4

1 回答 1

2

这里有很多关于尝试对相机生成的图像进行 OCR 的帖子。问题不在于分辨率太低,而在于它太高。我现在找不到链接,但是大约一年前有一个问题,如果图像尺寸减小了四倍左右,OCR 引擎的效果会更好。如果您在预览中检查图像,您想要的是每个字符的像素数是 16x16 或 32x32,而不是 256x256。坦率地说,我不知道确切的数字,但我相信您可以对此进行研究并找到来自实际框架用户的帖子,告诉您最佳尺寸。

这是关于如何最好地缩放大图像的一个很好的回应(带有代码链接)。

于 2013-06-19T13:27:57.253 回答