mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
Added new function definition in AGAST module header for tree-optimized version
This commit is contained in:
parent
a6bbe06379
commit
4cf7ddfd87
@ -54,6 +54,7 @@ namespace cv
|
||||
|
||||
#if !(defined __i386__ || defined(_M_IX86) || defined __x86_64__ || defined(_M_X64))
|
||||
int agast_tree_search(const unsigned long table_struct32[], int pixel_[], const unsigned char* const ptr, int threshold);
|
||||
int AGAST_ALL_SCORE(const uchar* ptr, const int pixel[], int threshold, int agasttype);
|
||||
#endif //!(defined __i386__ || defined(_M_IX86) || defined __x86_64__ || defined(_M_X64))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user