mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-15 11:10:24 +08:00
Added pre-built opencv with build_type=debug and build_type=release
This commit is contained in:
17
esp32/lib/release_build/opencv/opencv2/opencv_modules.hpp
Normal file
17
esp32/lib/release_build/opencv/opencv2/opencv_modules.hpp
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* ** File generated automatically, do not modify **
|
||||
*
|
||||
* This file defines the list of modules available in current build configuration
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
// This definition means that OpenCV is built with enabled non-free code.
|
||||
// For example, patented algorithms for non-profit/non-commercial use only.
|
||||
/* #undef OPENCV_ENABLE_NONFREE */
|
||||
|
||||
#define HAVE_OPENCV_CORE
|
||||
#define HAVE_OPENCV_IMGCODECS
|
||||
#define HAVE_OPENCV_IMGPROC
|
||||
|
||||
|
Reference in New Issue
Block a user