diff --git a/src/omv/boards/ARDUINO_GIGA/imlib_config.h b/src/omv/boards/ARDUINO_GIGA/imlib_config.h index 8314afeff..c2f5e8938 100644 --- a/src/omv/boards/ARDUINO_GIGA/imlib_config.h +++ b/src/omv/boards/ARDUINO_GIGA/imlib_config.h @@ -124,7 +124,7 @@ #endif // Enable FAST (20+ KBs). -//#define IMLIB_ENABLE_FAST +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -133,7 +133,9 @@ //#define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/ARDUINO_NANO_33_BLE_SENSE/imlib_config.h b/src/omv/boards/ARDUINO_NANO_33_BLE_SENSE/imlib_config.h index 360040ce7..4291db8a1 100644 --- a/src/omv/boards/ARDUINO_NANO_33_BLE_SENSE/imlib_config.h +++ b/src/omv/boards/ARDUINO_NANO_33_BLE_SENSE/imlib_config.h @@ -120,8 +120,8 @@ //#define IMLIB_ENABLE_TFLM #endif -// Enable FAST (20+ KBs). -// #define IMLIB_ENABLE_FAST +// Enable AGAST. +// #define IMLIB_ENABLE_AGAST // Enable find_template() //#define IMLIB_FIND_TEMPLATE @@ -130,7 +130,9 @@ //#define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +//#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) //#define IMLIB_ENABLE_FIND_KEYPOINTS +//#endif // Enable load, save and match descriptor //#define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/ARDUINO_NANO_RP2040_CONNECT/imlib_config.h b/src/omv/boards/ARDUINO_NANO_RP2040_CONNECT/imlib_config.h index 0e75f5280..9edb6fe39 100644 --- a/src/omv/boards/ARDUINO_NANO_RP2040_CONNECT/imlib_config.h +++ b/src/omv/boards/ARDUINO_NANO_RP2040_CONNECT/imlib_config.h @@ -119,8 +119,8 @@ //#define IMLIB_ENABLE_TFLM #endif -// Enable FAST (20+ KBs). -// #define IMLIB_ENABLE_FAST +// Enable AGAST. +// #define IMLIB_ENABLE_AGAST // Enable find_template() //#define IMLIB_FIND_TEMPLATE @@ -129,7 +129,9 @@ //#define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +//#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) //#define IMLIB_ENABLE_FIND_KEYPOINTS +//#endif // Enable load, save and match descriptor //#define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/ARDUINO_NICLA_VISION/imlib_config.h b/src/omv/boards/ARDUINO_NICLA_VISION/imlib_config.h index 27819cc90..6028d6b5e 100644 --- a/src/omv/boards/ARDUINO_NICLA_VISION/imlib_config.h +++ b/src/omv/boards/ARDUINO_NICLA_VISION/imlib_config.h @@ -123,8 +123,8 @@ #define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION #endif -// Enable FAST (20+ KBs). -//#define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -133,7 +133,9 @@ //#define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/ARDUINO_PORTENTA_H7/imlib_config.h b/src/omv/boards/ARDUINO_PORTENTA_H7/imlib_config.h index 710f85e78..4fe7e41ce 100644 --- a/src/omv/boards/ARDUINO_PORTENTA_H7/imlib_config.h +++ b/src/omv/boards/ARDUINO_PORTENTA_H7/imlib_config.h @@ -123,8 +123,8 @@ #define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION #endif -// Enable FAST (20+ KBs). -//#define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -133,7 +133,9 @@ //#define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/OPENMV2/imlib_config.h b/src/omv/boards/OPENMV2/imlib_config.h index 032e3b669..91ba933bc 100644 --- a/src/omv/boards/OPENMV2/imlib_config.h +++ b/src/omv/boards/OPENMV2/imlib_config.h @@ -114,8 +114,8 @@ // Enable Tensor Flow //#define IMLIB_ENABLE_TFLM -// Enable FAST (20+ KBs). -//#define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() //#define IMLIB_FIND_TEMPLATE @@ -124,7 +124,9 @@ //#define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +//#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) //#define IMLIB_ENABLE_FIND_KEYPOINTS +//#endif // Enable load, save and match descriptor //#define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/OPENMV3/imlib_config.h b/src/omv/boards/OPENMV3/imlib_config.h index 048b8c3fb..2d3feb68b 100644 --- a/src/omv/boards/OPENMV3/imlib_config.h +++ b/src/omv/boards/OPENMV3/imlib_config.h @@ -121,8 +121,8 @@ #define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION #endif -// Enable FAST (20+ KBs). -#define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -131,7 +131,9 @@ #define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/OPENMV4/imlib_config.h b/src/omv/boards/OPENMV4/imlib_config.h index cbc2b1f5e..f2fdeeddb 100644 --- a/src/omv/boards/OPENMV4/imlib_config.h +++ b/src/omv/boards/OPENMV4/imlib_config.h @@ -121,8 +121,8 @@ #define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION #endif -// Enable FAST (20+ KBs). -// #define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -131,7 +131,9 @@ #define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/OPENMV4P/imlib_config.h b/src/omv/boards/OPENMV4P/imlib_config.h index cf2e65ba2..62fe211d6 100644 --- a/src/omv/boards/OPENMV4P/imlib_config.h +++ b/src/omv/boards/OPENMV4P/imlib_config.h @@ -121,8 +121,8 @@ #define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION #endif -// Enable FAST (20+ KBs). -// #define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -131,7 +131,9 @@ #define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/OPENMV4_PRO/imlib_config.h b/src/omv/boards/OPENMV4_PRO/imlib_config.h index cf2e65ba2..62fe211d6 100644 --- a/src/omv/boards/OPENMV4_PRO/imlib_config.h +++ b/src/omv/boards/OPENMV4_PRO/imlib_config.h @@ -121,8 +121,8 @@ #define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION #endif -// Enable FAST (20+ KBs). -// #define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -131,7 +131,9 @@ #define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/OPENMVPT/imlib_config.h b/src/omv/boards/OPENMVPT/imlib_config.h index cf2e65ba2..62fe211d6 100644 --- a/src/omv/boards/OPENMVPT/imlib_config.h +++ b/src/omv/boards/OPENMVPT/imlib_config.h @@ -121,8 +121,8 @@ #define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION #endif -// Enable FAST (20+ KBs). -// #define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -131,7 +131,9 @@ #define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/OPENMV_RT1060/imlib_config.h b/src/omv/boards/OPENMV_RT1060/imlib_config.h index 0a675d564..c3b13e33c 100644 --- a/src/omv/boards/OPENMV_RT1060/imlib_config.h +++ b/src/omv/boards/OPENMV_RT1060/imlib_config.h @@ -127,8 +127,8 @@ #define IMLIB_ENABLE_TFLM_BUILTIN_FORCE_INT_QUANT #endif -// Enable FAST (20+ KBs). -#define IMLIB_ENABLE_FAST +// Enable AGAST. +#define IMLIB_ENABLE_AGAST // Enable find_template() #define IMLIB_FIND_TEMPLATE @@ -137,7 +137,9 @@ #define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) #define IMLIB_ENABLE_FIND_KEYPOINTS +#endif // Enable load, save and match descriptor #define IMLIB_ENABLE_DESCRIPTOR diff --git a/src/omv/boards/PICO/imlib_config.h b/src/omv/boards/PICO/imlib_config.h index bca2624f4..ce593b00c 100644 --- a/src/omv/boards/PICO/imlib_config.h +++ b/src/omv/boards/PICO/imlib_config.h @@ -130,7 +130,9 @@ //#define IMLIB_ENABLE_FIND_LBP // Enable find_keypoints() +//#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST) //#define IMLIB_ENABLE_FIND_KEYPOINTS +//#endif // Enable load, save and match descriptor //#define IMLIB_ENABLE_DESCRIPTOR