java中的开源图像倾斜检测/校正库?

发布于 2024-11-08 06:26:37 字数 159 浏览 0 评论 0原文

我需要对某些图像执行倾斜校正(假设格式是 tiff)。也就是说,我有一些图像可能会向右或向左倾斜,我需要调整它们,使它们垂直向上和向下。图像由文字和线条组成;这些线条基本上是文本周围的边框;所以所有的线都是水平和垂直的(这有望简化问题)。

有没有一个开源的java库可以帮助解决这个问题?

I need to perform skew correction on some images (lets say the format is tiff). That is, I have some images which can come in tilted to the right or left and I need to adjust them so that they are straight up and down. The images consist of text and lines; the lines are basically borders around the text; so all of the lines are horizontal and vertical (which hopefully simplifies the problem).

Is there an open source java library that would help with this?

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

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

发布评论

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

评论(1

温馨耳语 2024-11-15 06:26:37

我应该搜索得更好一点。答案在这里:
如何检测(并纠正)图像中的倾斜?

这里有一个不错的开源库:
http://www.jdeskew.com/

I should have searched a little better. Answer is here:
How can I detect (and correct) skew in images?

And a nice open source library is here:
http://www.jdeskew.com/

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