golib  0.5
goEdgeDetect< T > Class Template Reference

#include <goedgedetect.h>

Public Member Functions

void run (goSignal2D< T > *in, goFloat threshold, goFloat lineThresh, goFloat distFactor=1.0, goInt32 angles=180, bool doLowPass=false)
 
goSignal2D< goFloat > * getHiPass ()
 
goSignal2D< goFloat > * getHistogram ()
 
goArray< goInt32 > * getLines ()
 
void connectLines ()
 Experimental. Not used.
 

Protected Attributes

goSignal2D< goFloat > * result
 
goSignal2D< goFloat > * histogram
 
goArray< goInt32 > lines
 
goArray< goFloat > lineAngles
 

Detailed Description

template<class T>
class goEdgeDetect< T >

Detection of edges and lines in a signal (currently using Hough transform).
This class was written as an assignment for a computer vision class at the University of Adelaide.

Author
Christian Gosch

Member Function Documentation

◆ run()

template<class T >
void goEdgeDetect< T >::run ( goSignal2D< T > *  in,
goFloat  threshold,
goFloat  lineThresh,
goFloat  distFactor = 1.0,
goInt32  angles = 180,
bool  doLowPass = false 
)

Take care of boundary violations. They are not checked for (yet).


The documentation for this class was generated from the following file: