mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #624 from openmv/disable_yuv
Disable YUV table for OMV4 and OMV4R.
This commit is contained in:
commit
4cfa82a6af
@ -15,7 +15,7 @@
|
|||||||
#define IMLIB_ENABLE_LAB_LUT
|
#define IMLIB_ENABLE_LAB_LUT
|
||||||
|
|
||||||
// Enable YUV LUT
|
// Enable YUV LUT
|
||||||
#define IMLIB_ENABLE_YUV_LUT
|
//#define IMLIB_ENABLE_YUV_LUT
|
||||||
|
|
||||||
// Enable mean pooling
|
// Enable mean pooling
|
||||||
#define IMLIB_ENABLE_MEAN_POOLING
|
#define IMLIB_ENABLE_MEAN_POOLING
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
#define IMLIB_ENABLE_LAB_LUT
|
#define IMLIB_ENABLE_LAB_LUT
|
||||||
|
|
||||||
// Enable YUV LUT
|
// Enable YUV LUT
|
||||||
#define IMLIB_ENABLE_YUV_LUT
|
//#define IMLIB_ENABLE_YUV_LUT
|
||||||
|
|
||||||
// Enable mean pooling
|
// Enable mean pooling
|
||||||
#define IMLIB_ENABLE_MEAN_POOLING
|
#define IMLIB_ENABLE_MEAN_POOLING
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user