Is it possible to build with python but without highgui [closed]
I'd like to build OpenCV with the Python bindings, but I have no need for (and want to avoid build issues related to) highgui.
It seems, however, that disabling highgui also disables Python:
-- Disabled: gpu highgui world
-- Disabled by dependency: python(deps: highgui) videostab(deps: highgui)
Is there a way around this?
Hi! Did you manage to install it without highgui? I'm really interested in doing so.