Added new function definition in AGAST module header for tree-optimized version

This commit is contained in:
askourik 2015-11-23 22:11:01 +03:00
parent a6bbe06379
commit 4cf7ddfd87

View File

@ -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))