Ask Your Question

Revision history [back]

How do i use only certain modules in OpenCV?

I just need the Core functionality and Image processing module in opencv, i don't want to waste space on all the other bloated functionality, i want to keep opencv memory usage at a minimum. I'm implementing my entire project in C++, so i'm focused on efficiency and memory.

I just want to use Gaussian blur, Blackhat, Canny, findContours, moments. That's it, for these i don't want to download the entirety of OpenCV.

Please help me