non-display-based interface class More...
#include <vcl_vector.h>#include <vcl_iostream.h>#include <vil1/vil1_image.h>#include <vil/vil_image_resource.h>#include <vtol/vtol_vertex_2d_sptr.h>#include <vtol/vtol_edge_2d_sptr.h>#include <vsol/vsol_digital_curve_2d.h>#include <vdgl/vdgl_digital_curve_sptr.h>#include <brip/brip_roi.h>#include "sdet_detector_params.h"Go to the source code of this file.
Classes | |
| class | sdet_detector |
non-display-based interface class
An interface to Van-Duc's Canny code. No display is involved. The Canny has two major phases: 1) detect step edgels, 2)Follow contours and construct a topological network. Each phase has a number of parameters which are defined as follows. Step Detection:
Modifications
JLM - May 1997
Added extra interface for parameters not initially
provided by Jane.These parameters are needed to get
satisfactory boundary closure. Also expanded comments.
JLM - November 1997
Moved most parameters up to sdet_detectorParams in
order to unify the use of parameters.
Definition in file sdet_detector.h.
1.7.5.1