Searched refs:makeAgastOffsets (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | agast_score.hpp | 55 void makeAgastOffsets(int pixel[16], int row_stride, int type);
|
D | brisk.cpp | 2076 makeAgastOffsets(pixel_5_8_, (int)img_.step, AgastFeatureDetector::AGAST_5_8); in BriskLayer() 2077 makeAgastOffsets(pixel_9_16_, (int)img_.step, AgastFeatureDetector::OAST_9_16); in BriskLayer() 2098 makeAgastOffsets(pixel_5_8_, (int)img_.step, AgastFeatureDetector::AGAST_5_8); in BriskLayer() 2099 makeAgastOffsets(pixel_9_16_, (int)img_.step, AgastFeatureDetector::OAST_9_16); in BriskLayer()
|
D | agast.cpp | 76 makeAgastOffsets(pixel_5_8_, (int)img.step, AgastFeatureDetector::AGAST_5_8); in AGAST_5_8() 836 makeAgastOffsets(pixel_7_12d_, (int)img.step, AgastFeatureDetector::AGAST_7_12d); in AGAST_7_12d() 3280 makeAgastOffsets(pixel_7_12s_, (int)img.step, AgastFeatureDetector::AGAST_7_12s); in AGAST_7_12s() 5361 makeAgastOffsets(pixel_9_16_, (int)img.step, AgastFeatureDetector::OAST_9_16); in OAST_9_16() 7534 makeAgastOffsets(pixel_, (int)img.step, type); in AGAST()
|
D | agast_score.cpp | 54 void makeAgastOffsets(int pixel[16], int rowStride, int type) in makeAgastOffsets() function
|