From 4cf7ddfd877dfef2e4a79dae26abf7bc0bb085ba Mon Sep 17 00:00:00 2001 From: askourik Date: Mon, 23 Nov 2015 22:11:01 +0300 Subject: [PATCH] Added new function definition in AGAST module header for tree-optimized version --- modules/features2d/src/agast_score.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/features2d/src/agast_score.hpp b/modules/features2d/src/agast_score.hpp index bd6507356f..07836c2d6d 100644 --- a/modules/features2d/src/agast_score.hpp +++ b/modules/features2d/src/agast_score.hpp @@ -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))