Skip to content

Commit

Permalink
Build OpenCV with video and bgsegm modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bing Jian committed Oct 11, 2022
1 parent 8433773 commit 66151a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile_ubuntu18.04_work
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN cd ${THIRDPARTY_REPOS} && \
cd opencv-4.6.0 && mkdir build && cd build && \
cmake .. -DCMAKE_CXX_STANDARD=14 \
-DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-4.6.0/modules \
-DBUILD_LIST=core,highgui,imgproc,imgcodec,flann,features2d,xfeatures2d,videoio \
-DBUILD_LIST=core,bgsegm,highgui,imgproc,imgcodec,flann,features2d,xfeatures2d,video,videoio \
-DBUILD_EXAMPLES=OFF -DBUILD_opencv_apps=OFF -DBUILD_DOC=OFF \
-DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DBUILD_CSTRIPES=ON \
-DBUILD_WITH_TBB=ON -DBUILD_OPENMP=ON -DWITH_IPP=ON \
Expand Down

0 comments on commit 66151a7

Please sign in to comment.