Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Meanwhile, I found a solution, so I leave it here in case anybody struggles with the same issue. If you installed OpenCV with Homebrew's brew install opencv command the DNN module won't be compiled. You have to rebuild it from source which you can achieve with the brew reinstall opencv --build-from-source command. Since at this point my search paths were added correctly I just had to build my project again, which was done without any error.