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

pull/5670/head
askourik 9 years ago
parent a6bbe06379
commit 4cf7ddfd87
  1. 1
      modules/features2d/src/agast_score.hpp

@ -54,6 +54,7 @@ namespace cv
#if !(defined __i386__ || defined(_M_IX86) || defined __x86_64__ || defined(_M_X64)) #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_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)) #endif //!(defined __i386__ || defined(_M_IX86) || defined __x86_64__ || defined(_M_X64))

Loading…
Cancel
Save