快速跨平台的C / C ++图像处理库 [英] Fast Cross-Platform C/C++ Image Processing Libraries

查看:143
本文介绍了快速跨平台的C / C ++图像处理库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是一些跨平台和图像处理的高性能图像库(调整并寻找色彩/色调直方图)。没有GUI需要。这是C / C ++。

What are some cross platform and high performance image libraries for image processing (resizing and finding the color/hue histograms). No gui needed. This is for C/C++.

到目前为止,我已经看了到

So far I have looked in to


  • OpenCV的

  • GIL作为加速的一部分

  • 魔鬼

  • CIMG

我的提问


  • 怎么样我上面列出的性能

  • 什么是一些其他库

您输入多少AP preciated。

Your input much appreciated.

推荐答案

OpenCV的有相当不错的表现。它应该足以满足大多数病例。

OpenCV has quite good performance. It should be sufficient for most cases.

要提高性能,还可以再加上英特尔IPP ,然而这是使用OpenCV的非自由商业产品。如果OpenCV的检测已安装IPP将尽可能使用它。

To improve performance, you can also use OpenCV together with Intel IPP, which is however a non-free commercial product. If OpenCV detects that IPP is installed it will use it where possible.

你可以直接使用IPP第三种选择。 IPP的设计采用了高性能(英特尔架构)为目标。它被优化以充分利用英特尔SIMD指令。

As a third option you can use IPP directly. IPP was designed with high performance (on Intel architectures) as a goal. It is optimized to use the intel SIMD instructions.

这篇关于快速跨平台的C / C ++图像处理库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆