User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Edges - EdgeDetectorBodyC
 

  PUBLIC
EdgeDetectorBodyC::EdgeDetectorBodyC(bool,RealT,RealT)
EdgeDetectorBodyC::Apply(const ImageC &,EdgeLinkC &,ImageC &,ImageC &,ImageC &)
EdgeDetectorBodyC::Apply(const ImageC &,SArray1dC &)
EdgeDetectorBodyC::Apply(const ImageC &,DListC &)
EdgeDetectorBodyC::PApply(const ImageC &)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   EdgeDetectorBodyC   
 
Edge detector body
 
include "Ravl/Image/EdgeDetector.hh"
User Level:Develop
Library:RavlImageProc
In Scope:RavlImageN

Comments:
This class wraps up all the components you need to go from grey scale image to a list of Edgels or pixel locations.

Parent Classes: Variables:
Methods:
EdgeDetectorBodyC(bool useDeriche,RealT minHyst,RealT maxHyst)
Constructor.

bool Apply(const ImageC<RealT> & img,EdgeLinkC & edgeMap,ImageC<RealT> & edgeDx,ImageC<RealT> & edgeDy,ImageC<RealT> & edgeMag)
Apply the edge detector to 'img', generate an edge map image.

bool Apply(const ImageC<RealT> & img,SArray1dC<EdgelC> & edges)
Apply the edge detector to 'img', generate an array of edgels.

bool Apply(const ImageC<RealT> & img,DListC<EdgelC> & edges)
Apply the edge detector to 'img', generate a list of edgels.

SArray1dC<EdgelC> PApply(const ImageC<RealT> & img)
Apply the edge detector to 'img', returning a list of edgels.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002