Real-Time-Video-Stabilization icon indicating copy to clipboard operation
Real-Time-Video-Stabilization copied to clipboard

'opencv2/nonfree/nonfree.hpp' file not found, where to find it?

Open GeLink9999 opened this issue 3 years ago • 2 comments

Scanning dependencies of target video_stabilization [ 33%] Building CXX object CMakeFiles/video_stabilization.dir/main.cpp.o /Users/peng/Documents/YSG/OD_dev/Real-Time-Video-Stabilization-master/main.cpp:5:10: fatal error: 'opencv2/nonfree/nonfree.hpp' file not found #include "opencv2/nonfree/nonfree.hpp" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/video_stabilization.dir/main.cpp.o] Error 1 make[1]: *** [CMakeFiles/video_stabilization.dir/all] Error 2 make: *** [all] Error 2

GeLink9999 avatar Jul 23 '21 04:07 GeLink9999

install opencv2.4.x, not opencv3/4

ClarkWang1214 avatar Jul 29 '22 03:07 ClarkWang1214