74 #endif // vil_corners_h_ Concrete view of image data of type T held in memory.
void vil_corners_rohr(const vil_image_view< float > &grad_i, const vil_image_view< float > &grad_j, vil_image_view< float > &dest)
Compute corner strength using Rohr's recommended method.
A base class reference-counting view of some image data.
void vil_corners(const vil_image_view< float > &grad_i, const vil_image_view< float > &grad_j, vil_image_view< float > &dest, double k)
Compute Forstner/Harris corner strength function given gradient images.
void vil_sobel_3x3(const vil_image_view< srcT > &src, vil_image_view< destT > &grad_i, vil_image_view< destT > &grad_j)
Compute gradients of an image using 3x3 Sobel filters.
Apply 3x3 sobel operator to image data.