Home
last modified time | relevance | path

Searched refs:pixel_5_8_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/
Dagast.cpp75 int pixel_5_8_[16]; in AGAST_5_8() local
76 makeAgastOffsets(pixel_5_8_, (int)img.step, AgastFeatureDetector::AGAST_5_8); in AGAST_5_8()
78 register short offset0 = (short) pixel_5_8_[0]; in AGAST_5_8()
79 register short offset1 = (short) pixel_5_8_[1]; in AGAST_5_8()
80 register short offset2 = (short) pixel_5_8_[2]; in AGAST_5_8()
81 register short offset3 = (short) pixel_5_8_[3]; in AGAST_5_8()
82 register short offset4 = (short) pixel_5_8_[4]; in AGAST_5_8()
83 register short offset5 = (short) pixel_5_8_[5]; in AGAST_5_8()
84 register short offset6 = (short) pixel_5_8_[6]; in AGAST_5_8()
85 register short offset7 = (short) pixel_5_8_[7]; in AGAST_5_8()
Dbrisk.cpp214 int pixel_5_8_[25]; member in cv::BriskLayer
2076 makeAgastOffsets(pixel_5_8_, (int)img_.step, AgastFeatureDetector::AGAST_5_8); in BriskLayer()
2098 makeAgastOffsets(pixel_5_8_, (int)img_.step, AgastFeatureDetector::AGAST_5_8); in BriskLayer()
2142 …int score = agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(&img_.at<uchar>(y, x), pixel_5_8_, … in getAgastScore_5_8()