Fastest image processing library?

I am working on a robot vision system, and its main goal is to detect objects, I want to select one of these libraries (CImg, OpenCV), and I have knowledge about all of them.

The robot that I use has Linux, 1 GHz processor and 1 GB, and I use C ++, the image size is 320 pixels.

I want to have real-time image processing at about 20 out of 25 frames per second. In your opinion, which library is more powerful, although I tested both, and they have the same process time, open cv is a little better, and I think that because I use pointers with open cv codes.

Please share your idea and your reason.

thank.

+5
source share

All Articles