如何使用 C# 裁剪图像

发布于 2024-08-13 22:18:06 字数 220 浏览 2 评论 0原文

我有一张用相机拍摄的文档照片。 现在我要做的就是从该图像中仅裁剪文档。 请任何人都可以建议我如何最好地做到这一点,或者首先是否可能

编辑

以获取更多信息..我的下一个问题 如何获取图像的边缘坐标?

I have a picture of document taken from camera.
Now what i have to do is crop only document from that image .
Please can anyone suggest me how best it can be done or first is it possible or not

Edit

For more information .. my next question
How to get edge coordinates of a image?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

病毒体 2024-08-20 22:18:06

如果您知道包含要裁剪的图像数据的区域,您可以使用 MSDN 中的这篇文章:
http://msdn.microsoft.com/en-us/library/ms752345。 aspx

如果需要在裁剪之前找到相关区域,则需要研究一些图像处理技术。例如 角点检测

If you know the area that contains the image data you would like to crop, you could use this article from MSDN:
http://msdn.microsoft.com/en-us/library/ms752345.aspx

If you need to find the relevant area before cropping, you need to investigate some image processing techniques. e.g. Corner Detection

怎会甘心 2024-08-20 22:18:06

假设您正在执行 OCR 预处理,我会考虑使用 Aforge 框架,如果可能的。

成像类中有一组特定的函数,用于执行裁剪以及您可能需要的任何其他相关操作(图像旋转、色调调整、亮度/对比度调整、过滤噪声等)。

In the assumption you are performing preprocessing for OCR, I would look into using the Aforge Framework if possible.

There is a specific set of functions in the Imaging classes for preforming crops and any other related manipulations(image rotation, hue adjustment, brightness/contrast adjustment, filter noise, etc) that you might need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文