Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV : Build with lesser features

Hello all,

I have a C++ app that uses OpenCV. Currently i am statically linking the OpenCV libs into my app. This is adding an extra overhead of 6+ MB.

Ideally i would like to remove some of the features that i am not using in OpenCV. The features am using are,

  1. Capture frames from Webcam.
  2. Face detection.
  3. Image formats (JPEG, PNG).
  4. Image rotation & resizing.

Is it possible to remove other features and trim down the libs?

My C++ app is developed in Visual Studio 2012.

Thanks in advance.