Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ Image Processing Libraries [closed]

Tags:

I am looking for a C++ library for image processing. I need the library to threshold a PPM photo (color photo). Should I write my own code? what do you guys think?

like image 408
user123668 Avatar asked Jun 06 '10 00:06

user123668


People also ask

Is C good for image processing?

C or C++ C or C++ language have been used for image processing because it contains native libraries such as EmguCV, OpenGL and OpenCV have built-in intelligent feature, mainly used for image processing.

Where are C++ libraries located?

Usually, there is '/lib' folder on Windows or '/usr/lib' folder on Linux that contains all the libraries. Once the library is installed, the compiler and the linker know the path of the library to use, and the library is ready for use.


1 Answers

Magick++ might help. It's the library version of ImageMagick.

like image 116
Brendan Long Avatar answered Sep 21 '22 22:09

Brendan Long