mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards/all: Define AGAST as the default corner-detector.
This commit is contained in:
parent
c2945a08ec
commit
da6bf6910a
@ -124,7 +124,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable FAST (20+ KBs).
|
||||||
//#define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -133,7 +133,9 @@
|
|||||||
//#define IMLIB_ENABLE_FIND_LBP
|
//#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -120,8 +120,8 @@
|
|||||||
//#define IMLIB_ENABLE_TFLM
|
//#define IMLIB_ENABLE_TFLM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
// #define IMLIB_ENABLE_FAST
|
// #define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
//#define IMLIB_FIND_TEMPLATE
|
//#define IMLIB_FIND_TEMPLATE
|
||||||
@ -130,7 +130,9 @@
|
|||||||
//#define IMLIB_ENABLE_FIND_LBP
|
//#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
//#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
//#define IMLIB_ENABLE_FIND_KEYPOINTS
|
//#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
//#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
//#define IMLIB_ENABLE_DESCRIPTOR
|
//#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -119,8 +119,8 @@
|
|||||||
//#define IMLIB_ENABLE_TFLM
|
//#define IMLIB_ENABLE_TFLM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
// #define IMLIB_ENABLE_FAST
|
// #define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
//#define IMLIB_FIND_TEMPLATE
|
//#define IMLIB_FIND_TEMPLATE
|
||||||
@ -129,7 +129,9 @@
|
|||||||
//#define IMLIB_ENABLE_FIND_LBP
|
//#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
//#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
//#define IMLIB_ENABLE_FIND_KEYPOINTS
|
//#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
//#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
//#define IMLIB_ENABLE_DESCRIPTOR
|
//#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -123,8 +123,8 @@
|
|||||||
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
//#define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -133,7 +133,9 @@
|
|||||||
//#define IMLIB_ENABLE_FIND_LBP
|
//#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -123,8 +123,8 @@
|
|||||||
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
//#define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -133,7 +133,9 @@
|
|||||||
//#define IMLIB_ENABLE_FIND_LBP
|
//#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -114,8 +114,8 @@
|
|||||||
// Enable Tensor Flow
|
// Enable Tensor Flow
|
||||||
//#define IMLIB_ENABLE_TFLM
|
//#define IMLIB_ENABLE_TFLM
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
//#define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
//#define IMLIB_FIND_TEMPLATE
|
//#define IMLIB_FIND_TEMPLATE
|
||||||
@ -124,7 +124,9 @@
|
|||||||
//#define IMLIB_ENABLE_FIND_LBP
|
//#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
//#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
//#define IMLIB_ENABLE_FIND_KEYPOINTS
|
//#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
//#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
//#define IMLIB_ENABLE_DESCRIPTOR
|
//#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -121,8 +121,8 @@
|
|||||||
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
#define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -131,7 +131,9 @@
|
|||||||
#define IMLIB_ENABLE_FIND_LBP
|
#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -121,8 +121,8 @@
|
|||||||
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
// #define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -131,7 +131,9 @@
|
|||||||
#define IMLIB_ENABLE_FIND_LBP
|
#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -121,8 +121,8 @@
|
|||||||
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
// #define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -131,7 +131,9 @@
|
|||||||
#define IMLIB_ENABLE_FIND_LBP
|
#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -121,8 +121,8 @@
|
|||||||
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
// #define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -131,7 +131,9 @@
|
|||||||
#define IMLIB_ENABLE_FIND_LBP
|
#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -121,8 +121,8 @@
|
|||||||
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
#define IMLIB_ENABLE_TFLM_BUILTIN_FOMO_FACE_DETECTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
// #define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -131,7 +131,9 @@
|
|||||||
#define IMLIB_ENABLE_FIND_LBP
|
#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -127,8 +127,8 @@
|
|||||||
#define IMLIB_ENABLE_TFLM_BUILTIN_FORCE_INT_QUANT
|
#define IMLIB_ENABLE_TFLM_BUILTIN_FORCE_INT_QUANT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable FAST (20+ KBs).
|
// Enable AGAST.
|
||||||
#define IMLIB_ENABLE_FAST
|
#define IMLIB_ENABLE_AGAST
|
||||||
|
|
||||||
// Enable find_template()
|
// Enable find_template()
|
||||||
#define IMLIB_FIND_TEMPLATE
|
#define IMLIB_FIND_TEMPLATE
|
||||||
@ -137,7 +137,9 @@
|
|||||||
#define IMLIB_ENABLE_FIND_LBP
|
#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
#define IMLIB_ENABLE_DESCRIPTOR
|
#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
@ -130,7 +130,9 @@
|
|||||||
//#define IMLIB_ENABLE_FIND_LBP
|
//#define IMLIB_ENABLE_FIND_LBP
|
||||||
|
|
||||||
// Enable find_keypoints()
|
// Enable find_keypoints()
|
||||||
|
//#if defined(IMLIB_ENABLE_FAST) || defined(IMLIB_ENABLE_AGAST)
|
||||||
//#define IMLIB_ENABLE_FIND_KEYPOINTS
|
//#define IMLIB_ENABLE_FIND_KEYPOINTS
|
||||||
|
//#endif
|
||||||
|
|
||||||
// Enable load, save and match descriptor
|
// Enable load, save and match descriptor
|
||||||
//#define IMLIB_ENABLE_DESCRIPTOR
|
//#define IMLIB_ENABLE_DESCRIPTOR
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user