getAgastScore 166 modules/features2d/src/brisk.cpp getAgastScore(int x, int y, int threshold) const; getAgastScore 170 modules/features2d/src/brisk.cpp getAgastScore(float xf, float yf, int threshold, float scale = 1.0f) const; getAgastScore 896 modules/features2d/src/brisk.cpp int s_0_0 = l.getAgastScore(point.x - 1, point.y - 1, 1); getAgastScore 897 modules/features2d/src/brisk.cpp int s_1_0 = l.getAgastScore(point.x, point.y - 1, 1); getAgastScore 898 modules/features2d/src/brisk.cpp int s_2_0 = l.getAgastScore(point.x + 1, point.y - 1, 1); getAgastScore 899 modules/features2d/src/brisk.cpp int s_2_1 = l.getAgastScore(point.x + 1, point.y, 1); getAgastScore 900 modules/features2d/src/brisk.cpp int s_1_1 = l.getAgastScore(point.x, point.y, 1); getAgastScore 901 modules/features2d/src/brisk.cpp int s_0_1 = l.getAgastScore(point.x - 1, point.y, 1); getAgastScore 902 modules/features2d/src/brisk.cpp int s_0_2 = l.getAgastScore(point.x - 1, point.y + 1, 1); getAgastScore 903 modules/features2d/src/brisk.cpp int s_1_2 = l.getAgastScore(point.x, point.y + 1, 1); getAgastScore 904 modules/features2d/src/brisk.cpp int s_2_2 = l.getAgastScore(point.x + 1, point.y + 1, 1); getAgastScore 932 modules/features2d/src/brisk.cpp getScoreMaxBelow(i, (int)point.x, (int)point.y, l.getAgastScore(point.x, point.y, safeThreshold_), ismax, dx, dy); getAgastScore 937 modules/features2d/src/brisk.cpp int s_0_0 = l.getAgastScore(point.x - 1, point.y - 1, 1); getAgastScore 938 modules/features2d/src/brisk.cpp int s_1_0 = l.getAgastScore(point.x, point.y - 1, 1); getAgastScore 939 modules/features2d/src/brisk.cpp int s_2_0 = l.getAgastScore(point.x + 1, point.y - 1, 1); getAgastScore 940 modules/features2d/src/brisk.cpp int s_2_1 = l.getAgastScore(point.x + 1, point.y, 1); getAgastScore 941 modules/features2d/src/brisk.cpp int s_1_1 = l.getAgastScore(point.x, point.y, 1); getAgastScore 942 modules/features2d/src/brisk.cpp int s_0_1 = l.getAgastScore(point.x - 1, point.y, 1); getAgastScore 943 modules/features2d/src/brisk.cpp int s_0_2 = l.getAgastScore(point.x - 1, point.y + 1, 1); getAgastScore 944 modules/features2d/src/brisk.cpp int s_1_2 = l.getAgastScore(point.x, point.y + 1, 1); getAgastScore 945 modules/features2d/src/brisk.cpp int s_2_2 = l.getAgastScore(point.x + 1, point.y + 1, 1); getAgastScore 1001 modules/features2d/src/brisk.cpp & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 getAgastScore 1002 modules/features2d/src/brisk.cpp * l.getAgastScore(x_above + 1, y_above, 1) getAgastScore 1003 modules/features2d/src/brisk.cpp + r_x_1 * r_y * l.getAgastScore(x_above, y_above + 1, 1) getAgastScore 1004 modules/features2d/src/brisk.cpp + r_x * r_y * l.getAgastScore(x_above + 1, y_above + 1, 1) + 18) getAgastScore 1020 modules/features2d/src/brisk.cpp & ((r_x_1 * r_y_1 * l.getAgastScore(x_above, y_above, 1) + r_x * r_y_1 getAgastScore 1021 modules/features2d/src/brisk.cpp * l.getAgastScore(x_above + 1, y_above, 1) getAgastScore 1022 modules/features2d/src/brisk.cpp + r_x_1 * r_y * l.getAgastScore(x_above, y_above + 1, 1) getAgastScore 1023 modules/features2d/src/brisk.cpp + r_x * r_y * l.getAgastScore(x_above + 1, y_above + 1, 1) + 32) getAgastScore 1101 modules/features2d/src/brisk.cpp int ret_val = A * int(l.getAgastScore(x_left, y_top, 1)); getAgastScore 1104 modules/features2d/src/brisk.cpp ret_val += r_y_1_i * int(l.getAgastScore(x_left + X, y_top, 1)); getAgastScore 1106 modules/features2d/src/brisk.cpp ret_val += B * int(l.getAgastScore(x_left + dx + 1, y_top, 1)); getAgastScore 1110 modules/features2d/src/brisk.cpp ret_val += r_x_1_i * int(l.getAgastScore(x_left, y_top + Y, 1)); getAgastScore 1114 modules/features2d/src/brisk.cpp ret_val += int(l.getAgastScore(x_left + X, y_top + Y, 1)) * scaling; getAgastScore 1116 modules/features2d/src/brisk.cpp ret_val += r_x1_i * int(l.getAgastScore(x_left + dx + 1, y_top + Y, 1)); getAgastScore 1119 modules/features2d/src/brisk.cpp ret_val += D * int(l.getAgastScore(x_left, y_top + dy + 1, 1)); getAgastScore 1122 modules/features2d/src/brisk.cpp ret_val += r_y1_i * int(l.getAgastScore(x_left + X, y_top + dy + 1, 1)); getAgastScore 1124 modules/features2d/src/brisk.cpp ret_val += C * int(l.getAgastScore(x_left + dx + 1, y_top + dy + 1, 1)); getAgastScore 1254 modules/features2d/src/brisk.cpp const int center = thisLayer.getAgastScore(x_layer, y_layer, 1); getAgastScore 1306 modules/features2d/src/brisk.cpp int s_0_0 = thisLayer.getAgastScore(x_layer - 1, y_layer - 1, 1); getAgastScore 1307 modules/features2d/src/brisk.cpp int s_1_0 = thisLayer.getAgastScore(x_layer, y_layer - 1, 1); getAgastScore 1308 modules/features2d/src/brisk.cpp int s_2_0 = thisLayer.getAgastScore(x_layer + 1, y_layer - 1, 1); getAgastScore 1309 modules/features2d/src/brisk.cpp int s_2_1 = thisLayer.getAgastScore(x_layer + 1, y_layer, 1); getAgastScore 1310 modules/features2d/src/brisk.cpp int s_1_1 = thisLayer.getAgastScore(x_layer, y_layer, 1); getAgastScore 1311 modules/features2d/src/brisk.cpp int s_0_1 = thisLayer.getAgastScore(x_layer - 1, y_layer, 1); getAgastScore 1312 modules/features2d/src/brisk.cpp int s_0_2 = thisLayer.getAgastScore(x_layer - 1, y_layer + 1, 1); getAgastScore 1313 modules/features2d/src/brisk.cpp int s_1_2 = thisLayer.getAgastScore(x_layer, y_layer + 1, 1); getAgastScore 1314 modules/features2d/src/brisk.cpp int s_2_2 = thisLayer.getAgastScore(x_layer + 1, y_layer + 1, 1); getAgastScore 1365 modules/features2d/src/brisk.cpp int s_0_0 = thisLayer.getAgastScore(x_layer - 1, y_layer - 1, 1); getAgastScore 1366 modules/features2d/src/brisk.cpp int s_1_0 = thisLayer.getAgastScore(x_layer, y_layer - 1, 1); getAgastScore 1367 modules/features2d/src/brisk.cpp int s_2_0 = thisLayer.getAgastScore(x_layer + 1, y_layer - 1, 1); getAgastScore 1368 modules/features2d/src/brisk.cpp int s_2_1 = thisLayer.getAgastScore(x_layer + 1, y_layer, 1); getAgastScore 1369 modules/features2d/src/brisk.cpp int s_1_1 = thisLayer.getAgastScore(x_layer, y_layer, 1); getAgastScore 1370 modules/features2d/src/brisk.cpp int s_0_1 = thisLayer.getAgastScore(x_layer - 1, y_layer, 1); getAgastScore 1371 modules/features2d/src/brisk.cpp int s_0_2 = thisLayer.getAgastScore(x_layer - 1, y_layer + 1, 1); getAgastScore 1372 modules/features2d/src/brisk.cpp int s_1_2 = thisLayer.getAgastScore(x_layer, y_layer + 1, 1); getAgastScore 1373 modules/features2d/src/brisk.cpp int s_2_2 = thisLayer.getAgastScore(x_layer + 1, y_layer + 1, 1); getAgastScore 1443 modules/features2d/src/brisk.cpp float maxval = (float)layerAbove.getAgastScore(x_1, y_1, 1); getAgastScore 1448 modules/features2d/src/brisk.cpp tmp_max = (float)layerAbove.getAgastScore(float(x), y_1, 1); getAgastScore 1457 modules/features2d/src/brisk.cpp tmp_max = (float)layerAbove.getAgastScore(x1, y_1, 1); getAgastScore 1469 modules/features2d/src/brisk.cpp tmp_max = (float)layerAbove.getAgastScore(x_1, float(y), 1); getAgastScore 1480 modules/features2d/src/brisk.cpp tmp_max = (float)layerAbove.getAgastScore(x, y, 1); getAgastScore 1490 modules/features2d/src/brisk.cpp tmp_max = (float)layerAbove.getAgastScore(x1, float(y), 1); getAgastScore 1502 modules/features2d/src/brisk.cpp tmp_max = (float)layerAbove.getAgastScore(x_1, y1, 1); getAgastScore 1511 modules/features2d/src/brisk.cpp tmp_max = (float)layerAbove.getAgastScore(float(x), y1, 1); getAgastScore 1519 modules/features2d/src/brisk.cpp tmp_max = (float)layerAbove.getAgastScore(x1, y1, 1); getAgastScore 1528 modules/features2d/src/brisk.cpp int s_0_0 = layerAbove.getAgastScore(max_x - 1, max_y - 1, 1); getAgastScore 1529 modules/features2d/src/brisk.cpp int s_1_0 = layerAbove.getAgastScore(max_x, max_y - 1, 1); getAgastScore 1530 modules/features2d/src/brisk.cpp int s_2_0 = layerAbove.getAgastScore(max_x + 1, max_y - 1, 1); getAgastScore 1531 modules/features2d/src/brisk.cpp int s_2_1 = layerAbove.getAgastScore(max_x + 1, max_y, 1); getAgastScore 1532 modules/features2d/src/brisk.cpp int s_1_1 = layerAbove.getAgastScore(max_x, max_y, 1); getAgastScore 1533 modules/features2d/src/brisk.cpp int s_0_1 = layerAbove.getAgastScore(max_x - 1, max_y, 1); getAgastScore 1534 modules/features2d/src/brisk.cpp int s_0_2 = layerAbove.getAgastScore(max_x - 1, max_y + 1, 1); getAgastScore 1535 modules/features2d/src/brisk.cpp int s_1_2 = layerAbove.getAgastScore(max_x, max_y + 1, 1); getAgastScore 1536 modules/features2d/src/brisk.cpp int s_2_2 = layerAbove.getAgastScore(max_x + 1, max_y + 1, 1); getAgastScore 1622 modules/features2d/src/brisk.cpp float max = (float)layerBelow.getAgastScore(x_1, y_1, 1); getAgastScore 1627 modules/features2d/src/brisk.cpp tmp_max = (float)layerBelow.getAgastScore(float(x), y_1, 1); getAgastScore 1636 modules/features2d/src/brisk.cpp tmp_max = (float)layerBelow.getAgastScore(x1, y_1, 1); getAgastScore 1648 modules/features2d/src/brisk.cpp tmp_max = (float)layerBelow.getAgastScore(x_1, float(y), 1); getAgastScore 1659 modules/features2d/src/brisk.cpp tmp_max = (float)layerBelow.getAgastScore(x, y, 1); getAgastScore 1665 modules/features2d/src/brisk.cpp * (layerBelow.getAgastScore(x - 1, y, 1) + layerBelow.getAgastScore(x + 1, y, 1) getAgastScore 1666 modules/features2d/src/brisk.cpp + layerBelow.getAgastScore(x, y + 1, 1) + layerBelow.getAgastScore(x, y - 1, 1)) getAgastScore 1667 modules/features2d/src/brisk.cpp + (layerBelow.getAgastScore(x + 1, y + 1, 1) + layerBelow.getAgastScore(x - 1, y + 1, 1) getAgastScore 1668 modules/features2d/src/brisk.cpp + layerBelow.getAgastScore(x + 1, y - 1, 1) + layerBelow.getAgastScore(x - 1, y - 1, 1)); getAgastScore 1670 modules/features2d/src/brisk.cpp * (layerBelow.getAgastScore(max_x - 1, max_y, 1) + layerBelow.getAgastScore(max_x + 1, max_y, 1) getAgastScore 1671 modules/features2d/src/brisk.cpp + layerBelow.getAgastScore(max_x, max_y + 1, 1) + layerBelow.getAgastScore(max_x, max_y - 1, 1)) getAgastScore 1672 modules/features2d/src/brisk.cpp + (layerBelow.getAgastScore(max_x + 1, max_y + 1, 1) + layerBelow.getAgastScore(max_x - 1, getAgastScore 1674 modules/features2d/src/brisk.cpp + layerBelow.getAgastScore(max_x + 1, max_y - 1, 1) getAgastScore 1675 modules/features2d/src/brisk.cpp + layerBelow.getAgastScore(max_x - 1, max_y - 1, 1)); getAgastScore 1689 modules/features2d/src/brisk.cpp tmp_max = (float)layerBelow.getAgastScore(x1, float(y), 1); getAgastScore 1701 modules/features2d/src/brisk.cpp tmp_max = (float)layerBelow.getAgastScore(x_1, y1, 1); getAgastScore 1710 modules/features2d/src/brisk.cpp tmp_max = (float)layerBelow.getAgastScore(float(x), y1, 1); getAgastScore 1718 modules/features2d/src/brisk.cpp tmp_max = (float)layerBelow.getAgastScore(x1, y1, 1); getAgastScore 1727 modules/features2d/src/brisk.cpp int s_0_0 = layerBelow.getAgastScore(max_x - 1, max_y - 1, 1); getAgastScore 1728 modules/features2d/src/brisk.cpp int s_1_0 = layerBelow.getAgastScore(max_x, max_y - 1, 1); getAgastScore 1729 modules/features2d/src/brisk.cpp int s_2_0 = layerBelow.getAgastScore(max_x + 1, max_y - 1, 1); getAgastScore 1730 modules/features2d/src/brisk.cpp int s_2_1 = layerBelow.getAgastScore(max_x + 1, max_y, 1); getAgastScore 1731 modules/features2d/src/brisk.cpp int s_1_1 = layerBelow.getAgastScore(max_x, max_y, 1); getAgastScore 1732 modules/features2d/src/brisk.cpp int s_0_1 = layerBelow.getAgastScore(max_x - 1, max_y, 1); getAgastScore 1733 modules/features2d/src/brisk.cpp int s_0_2 = layerBelow.getAgastScore(max_x - 1, max_y + 1, 1); getAgastScore 1734 modules/features2d/src/brisk.cpp int s_1_2 = layerBelow.getAgastScore(max_x, max_y + 1, 1); getAgastScore 1735 modules/features2d/src/brisk.cpp int s_2_2 = layerBelow.getAgastScore(max_x + 1, max_y + 1, 1); getAgastScore 2161 modules/features2d/src/brisk.cpp return (uchar)(rx * ry * getAgastScore(x, y, threshold_in) + rx1 * ry * getAgastScore(x + 1, y, threshold_in) getAgastScore 2162 modules/features2d/src/brisk.cpp + rx * ry1 * getAgastScore(x, y + 1, threshold_in) + rx1 * ry1 * getAgastScore(x + 1, y + 1, threshold_in)); getAgastScore 2173 modules/features2d/src/brisk.cpp getAgastScore(x, y, threshold_in);