a processor for non-maximal suppression For every pixel in an image, a parabola fit is applied along the gradient direction, and the maximum point on this parabola is used to get the sub-pixel location of the edge. More...
#include <vcl_vector.h>
#include <vsol/vsol_point_2d_sptr.h>
#include <vsol/vsol_line_2d_sptr.h>
#include <sdet/sdet_nonmax_suppression_params.h>
#include <vgl/vgl_vector_2d.h>
#include <vil/vil_image_view.h>
#include <vbl/vbl_array_2d.h>
#include <vgl/vgl_homg_line_2d.h>
Go to the source code of this file.
Classes | |
class | sdet_nonmax_suppression |
a processor for non-maximal suppression For every pixel in an image, a parabola fit is applied along the gradient direction, and the maximum point on this parabola is used to get the sub-pixel location of the edge.
The pixel point must qualify for being a maximum, i.e. it should have higher values than the interpolated sub-pixels along the positive and negative gradient direction.
Below drawing shows the face numbers at a pixel and is for author's own reference.
.---->x | | v y
6 7 ----------- 5 | | | 8 | | | ----------- 4 | | | 1 | | | ----------- 3 2
Modifications 2006-04-08 H. Can Aras changed input style through the constructors, added another output variable
Definition in file sdet_nonmax_suppression.h.