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

前端 未结 11 1632
余生分开走
余生分开走 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条回答
  •  感情败类
    2020-11-27 14:21

    ExactImage is a fast C++ image processing library. Unlike many other library frameworks it allows operation in several color spaces and bit depths natively, resulting in low memory and computational requirements.

提交回复
热议问题