1 | initial version |
You can build and use OpenCV without highgui module. It simplifies you task and allows you to use algorithms from OpenCV.
2 | No.2 Revision |
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.