任何仅用于图像效果的 opencv 库

发布于 2024-12-28 02:21:25 字数 86 浏览 0 评论 0 原文

是否有任何基于 opencv 库的用于图像过滤效果(如鱼眼、老电影等)的开源库。如果您参考任何有关 opencv 的书籍/网站对此目的有所帮助,我将非常感激。

Is there any open source library available meant for image filtering effects(like fisheye, old movie etc.), based on opencv library. If you refer to any book/site on opencv which will be helpful for this purpose, I will be extremely grateful.

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

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

发布评论

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

评论(2

红尘作伴 2025-01-04 02:21:25

没有任何基于OpenCV的,因为这不是OpenCV的目的。另一方面,一个非常流行的库是 ImageMagick

ImageMagick 包含一组用于创建、编辑、撰写或转换图像的工具,但它还通过 Magick++,这是你应该看一下的。

我还建议您检查Fred's ImageMagick Scripts,以获取几种可以轻松实现的效果的列表使用ImageMagick工具实现。

There isn't any based on OpenCV, because this is not the purpose of OpenCV. On the other hand, a very popular library for this is ImageMagick.

ImageMagick comprises a set of tools to to create, edit, compose, or convert images, but it also provides a C++ API through Magick++, which is what you should take a look at.

I also suggest you check Fred's ImageMagick Scripts for a list of several effects that were easily achieved using ImageMagick tools.

北恋 2025-01-04 02:21:25

阅读 Gary Bradsky 的“学习 OpenCV”。它包含有关鱼眼失真的详细信息。或者查看这个SO,它也处理鱼眼效果和它的模拟。旧图片效果在 this SO 中进行了解释。

Read Gary Bradsky's "Learning OpenCV". It has details about fisheye distortion. Or checkout this SO, which also deals with fisheye effect and its simulation. Old picture effect is explained in this SO.

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