Lines Matching full:points
51 // DENSITY_TH 0.7 - Minimal density of region points in rectangle.
180 * @param _density_th Minimal density of aligned region points in rectangle.
305 * Finds the angles and the gradients of the image. Generates a list of pseudo ordered points.
309 * @param list Return: Vector of coordinate points that are pseudo ordered by magnitude.
316 * returning the containing points size and the angle of the gradients.
319 * @param reg Return: Vector of points, that are part of the region
330 * @param reg The region of points, from which the rectangle to be constructed from.
331 * @param reg_size The number of points in the region.
333 * @param prec The precision by which points were found.
348 * An estimation of the angle tolerance is performed by the standard deviation of the angle at points
350 * estimated angle tolerance. If this fails to produce a rectangle with the right density of region points,
357 * Reduce the region size, by elimination the points far from the starting point, until that leads to
358 * rectangle with the right density of region points or to discard the region if too small.
370 * Calculates the number of correctly aligned points within the rectangle.
376 * Computes the NFA values based on the total number of points, points that agree.
467 const int min_reg_size = int(-LOG_NT/log10(p)); // minimal number of points in region that can give a meaningful event
845 // Remove points from the region and update 'used' map
863 // Re-compute region points density
1069 // Loop around all points in the region and count those that are aligned.