iPhone 中的 imagemagick 单色转换

发布于 2024-11-27 12:51:52 字数 782 浏览 0 评论 0原文

我的 iPhone 中有一张图像需要转换为单色。这些图像是文档的照片,我需要尽可能干净的转换。

我的第一个解决方案对像素与阈值进行了比较,虽然转换效果很好,但阴影可能会淹没图像。

我的下一个尝试是使用 imagemagick,希望有各种降噪/去斑滤镜可以用来清洁图像图像,这就是 这家伙正在做

在 iPhone 上运行 imagemagick 并且可以申请“MagickWand”方法没有问题。我的问题是,我不认为有一个内置的可以做我想要的事情。因此,我转向 ConvertImageCommand 但不知道如何实际使用它。

所以我正在寻找任何指导或例子。谢谢!

I have an image in the iPhone that I need to convert to monochrome. The images are photographs of documents and I need as clean a conversion as I can get.

My first solution did a pixel for pixel compare with a threshold, and while it does the conversion fine, shadows can overwhelm the image.

My next trial is to use imagemagick, hoping that there are various noise reduction/despeckle filters that I can apply to clean the image up, which is what this guy is doing.

I have imagemagick running on the iPhone and can apply "MagickWand" methods with no problem. My issue is that I don't think there is one built in that will do what I want. So I turn to the ConvertImageCommand but am lost on how to actually use it.

So I am looking for any guidance or examples. Thanks!

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

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

发布评论

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

评论(1

空心↖ 2024-12-04 12:51:52

事实证明,我一直在寻找的是我的自适应阈值转换为单色。

Chris Greening 创建了一个图像处理库 可以很好地处理这个问题。

所以不需要 imagemagick。

It turns out what I've been looking for is Adaptive Thresholding in my conversion to monochrome.

Chris Greening has created an image processing library that handles this quite well.

So no imagemagick needed.

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