Ask Your Question

Revision history [back]

You can build and use OpenCV without highgui module. It simplifies you task and allows you to use algorithms from OpenCV.

You can build and use OpenCV without highgui module. It simplifies you task and allows you to use algorithms from OpenCV.

Update: to disable Highgui module add -DBUILD_opencv_highgui=OFF to cmake command line. You can disable any module using this approach.