Searched refs:x_layer (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | brisk.cpp | 236 isMax2D(const int layer, const int x_layer, const int y_layer); 250 …refine3D(const int layer, const int x_layer, const int y_layer, float& x, float& y, float& scale, … 254 getScoreAbove(const int layer, const int x_layer, const int y_layer) const; 256 getScoreBelow(const int layer, const int x_layer, const int y_layer) const; 260 …getScoreMaxAbove(const int layer, const int x_layer, const int y_layer, const int threshold, bool&… 263 …getScoreMaxBelow(const int layer, const int x_layer, const int y_layer, const int threshold, bool&… 986 BriskScaleSpace::getScoreAbove(const int layer, const int x_layer, const int y_layer) const in getScoreAbove() argument 992 const int sixths_x = 4 * x_layer - 1; in getScoreAbove() 1011 const int eighths_x = 6 * x_layer - 1; in getScoreAbove() 1029 BriskScaleSpace::getScoreBelow(const int layer, const int x_layer, const int y_layer) const in getScoreBelow() argument [all …]
|