mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 18:50:49 +08:00
Added code optimization for OpenCV compilation
- Changed -DCV_DISABLE_OPTIMIZATION to OFF - This re-enable code optimization (dispatched code/intrinsics/loop unrolling/etc)
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
/* #undef CV_ENABLE_INTRINSICS */
|
||||
|
||||
/* OpenCV additional optimized code */
|
||||
#define CV_DISABLE_OPTIMIZATION
|
||||
/* #undef CV_DISABLE_OPTIMIZATION */
|
||||
|
||||
/* Compile for 'real' NVIDIA GPU architectures */
|
||||
#define CUDA_ARCH_BIN ""
|
||||
|
Reference in New Issue
Block a user