mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1149 from kwagyeman/kwabena/re-enable-imlib-parts
Renable IMLIB parts
This commit is contained in:
commit
0f1cc4b36a
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user