-DBUILD_opencv_nonfree:BOOL="1" has no effect in 3.0? [closed]
I cannot build the nonfree modules in opencv 3.0. The -DBUILD_opencv_nonfree:BOOL="1" has no effect at all. How can I build them?
there's no nonfree module in 3.0 anymore (most it got moved here)
@berak Thanks!