Merge pull request #624 from openmv/disable_yuv

Disable YUV table for OMV4 and OMV4R.
This commit is contained in:
Ibrahim Abd Elkader 2019-10-25 23:16:36 +02:00 committed by GitHub
commit 4cfa82a6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#define IMLIB_ENABLE_LAB_LUT
// Enable YUV LUT
#define IMLIB_ENABLE_YUV_LUT
//#define IMLIB_ENABLE_YUV_LUT
// Enable mean pooling
#define IMLIB_ENABLE_MEAN_POOLING

View File

@ -15,7 +15,7 @@
#define IMLIB_ENABLE_LAB_LUT
// Enable YUV LUT
#define IMLIB_ENABLE_YUV_LUT
//#define IMLIB_ENABLE_YUV_LUT
// Enable mean pooling
#define IMLIB_ENABLE_MEAN_POOLING