2 #ifndef vil_suppress_non_max_edges_h_ 3 #define vil_suppress_non_max_edges_h_ 29 template<
class srcT,
class destT>
32 double grad_mag_threshold,
66 template<
class srcT,
class destT>
69 double grad_mag_threshold,
72 #endif // vil_suppress_non_max_edges_h_ Concrete view of image data of type T held in memory.
void vil_suppress_non_max_edges(const vil_image_view< srcT > &grad_i, const vil_image_view< srcT > &grad_j, double grad_mag_threshold, vil_image_view< destT > &grad_mag)
Given gradient images, computes magnitude image containing maximal edges.
A base class reference-counting view of some image data.
void vil_suppress_non_max_edges_subpixel(const vil_image_view< srcT > &grad_i, const vil_image_view< srcT > &grad_j, double grad_mag_threshold, vil_image_view< destT > &grad_mag_orient_offset)
Given gradient images, computes a subpixel edgemap with magnitudes and orientations.