Merge pull request #1149 from kwagyeman/kwabena/re-enable-imlib-parts

Renable IMLIB parts
This commit is contained in:
Ibrahim Abd Elkader 2021-01-31 19:57:43 +02:00 committed by GitHub
commit 0f1cc4b36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -83,7 +83,7 @@
#endif #endif
// Enable get_similarity() // Enable get_similarity()
// #define IMLIB_ENABLE_GET_SIMILARITY #define IMLIB_ENABLE_GET_SIMILARITY
// Enable find_lines() // Enable find_lines()
#define IMLIB_ENABLE_FIND_LINES #define IMLIB_ENABLE_FIND_LINES

View File

@ -24,10 +24,10 @@
//#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
// Enable midpoint pooling // Enable midpoint pooling
// #define IMLIB_ENABLE_MIDPOINT_POOLING #define IMLIB_ENABLE_MIDPOINT_POOLING
// Enable binary ops // Enable binary ops
#define IMLIB_ENABLE_BINARY_OPS #define IMLIB_ENABLE_BINARY_OPS
@ -36,7 +36,7 @@
#define IMLIB_ENABLE_MATH_OPS #define IMLIB_ENABLE_MATH_OPS
// Enable flood_fill() // Enable flood_fill()
// #define IMLIB_ENABLE_FLOOD_FILL #define IMLIB_ENABLE_FLOOD_FILL
// Enable mean() // Enable mean()
#define IMLIB_ENABLE_MEAN #define IMLIB_ENABLE_MEAN
@ -83,7 +83,7 @@
#endif #endif
// Enable get_similarity() // Enable get_similarity()
// #define IMLIB_ENABLE_GET_SIMILARITY #define IMLIB_ENABLE_GET_SIMILARITY
// Enable find_lines() // Enable find_lines()
#define IMLIB_ENABLE_FIND_LINES #define IMLIB_ENABLE_FIND_LINES

View File

@ -24,10 +24,10 @@
//#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
// Enable midpoint pooling // Enable midpoint pooling
// #define IMLIB_ENABLE_MIDPOINT_POOLING #define IMLIB_ENABLE_MIDPOINT_POOLING
// Enable binary ops // Enable binary ops
#define IMLIB_ENABLE_BINARY_OPS #define IMLIB_ENABLE_BINARY_OPS
@ -36,7 +36,7 @@
#define IMLIB_ENABLE_MATH_OPS #define IMLIB_ENABLE_MATH_OPS
// Enable flood_fill() // Enable flood_fill()
// #define IMLIB_ENABLE_FLOOD_FILL #define IMLIB_ENABLE_FLOOD_FILL
// Enable mean() // Enable mean()
#define IMLIB_ENABLE_MEAN #define IMLIB_ENABLE_MEAN
@ -83,7 +83,7 @@
#endif #endif
// Enable get_similarity() // Enable get_similarity()
// #define IMLIB_ENABLE_GET_SIMILARITY #define IMLIB_ENABLE_GET_SIMILARITY
// Enable find_lines() // Enable find_lines()
#define IMLIB_ENABLE_FIND_LINES #define IMLIB_ENABLE_FIND_LINES