Classes
contrib/gel/gevd/gevd_detector.h File Reference

non-display-based interface class More...

#include <vcl_vector.h>
#include <vcl_iostream.h>
#include <vil1/vil1_image.h>
#include <vtol/vtol_vertex_2d_sptr.h>
#include <vtol/vtol_edge_2d_sptr.h>
#include <gevd/gevd_detector_params.h>

Go to the source code of this file.

Classes

class  gevd_detector

Detailed Description

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:

Author:
Jane S. Liu - 3/27/95 GE Corporate Research and Development
    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 gevd_detectorParams in
               order to unify the use of parameters.
   

Definition in file gevd_detector.h.