Searched refs:y_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() 994 const int sixths_y = 4 * y_layer - 1; in getScoreAbove() 1013 const int eighths_y = 6 * y_layer - 1; in getScoreAbove() 1029 BriskScaleSpace::getScoreBelow(const int layer, const int x_layer, const int y_layer) const in getScoreBelow() [all …]
|