mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-15 03:01:04 +08:00
opencv compilation with features2d and calib3d modules
This commit is contained in:
@ -16,7 +16,7 @@ TOOLCHAIN_CMAKE_PATH=$HOME/esp/esp-idf/tools/cmake/toolchain-esp32.cmake
|
||||
LIB_INSTALL_PATH=$SCRIPTDIR/../lib
|
||||
|
||||
# list of modules to compile
|
||||
OPENCV_MODULES_LIST=core,imgproc,imgcodecs
|
||||
OPENCV_MODULES_LIST=core,imgproc,imgcodecs,features2d,calib3d
|
||||
|
||||
echo "################################################################################"
|
||||
echo "######################## build_opencv_for_esp32 script #########################"
|
||||
|
Reference in New Issue
Block a user