Fast Cross-Platform C/C++ Image Processing Libraries

前端 未结 11 1624
余生分开走
余生分开走 2020-11-27 13:27

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++.

11条回答
  •  -上瘾入骨i
    2020-11-27 14:08

    You might want to look at IM. It builds on several platforms, and has support for (modular) image file formats, a variety of image representations, and a wide array of transformations and operators. A GUI tool, IMLab, for demonstrating image processing operators based on the IM library is also available.

提交回复
热议问题