2 #ifndef vil_line_filter_h_ 3 #define vil_line_filter_h_ 30 float edge_thresh=0.1f);
40 float edge_thresh=0.1f);
51 float edge_thresh=0.1f);
62 float edge_thresh=0.1f);
Find line-like structures in a 2D image.
Concrete view of image data of type T held in memory.
A base class reference-counting view of some image data.
void dark_lines_3x3(vil_image_view< vxl_byte > &line_dir, vil_image_view< float > &line_str, const vil_image_view< Type > &image, float edge_thresh=0.1f)
Find line like structures in image (dark lines on light backgrounds).
void light_lines_5x5(vil_image_view< vxl_byte > &line_dir, vil_image_view< float > &line_str, const vil_image_view< Type > &image, float edge_thresh=0.1f)
Find line like structures in image (light lines on dark backgrounds).
void light_lines_3x3(vil_image_view< vxl_byte > &line_dir, vil_image_view< float > &line_str, const vil_image_view< Type > &image, float edge_thresh=0.1f)
Find line like structures in image (light lines on dark backgrounds).
void dark_lines_5x5(vil_image_view< vxl_byte > &line_dir, vil_image_view< float > &line_str, const vil_image_view< Type > &image, float edge_thresh=0.1f)
Find line like structures in image (dark lines on light backgrounds).