compile opencv withough gui
hello,
as I cant compile opencv on ubuntu 14.04/arm platform (highgui has errors)
(my previous unresolved thread here http://answers.opencv.org/question/40348/error-compiling-245-on-ubuntu/)
I wanted to know if I could add a compile flag not to use highgui
I use my own anyway
thanks
you could add -DBUILD_opencv_highgui=OFF to your cmake flags
but that would probably render some other modules (dependant on) that unavailable