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

  PUBLIC
EdgeNonMaxSuppressionBodyC::EdgeNonMaxSuppressionBodyC(bool)
EdgeNonMaxSuppressionBodyC::Apply(const ImageC &,const ImageC &,const ImageC &,ImageC &,RealT &,IntT &)
EdgeNonMaxSuppressionBodyC::Apply(const ImageC &,const ImageC &,const ImageC &,SArray1dC &,RealT &)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   EdgeNonMaxSuppressionBodyC   
 
Linear non-maximal suppression.
 
include "Ravl/Image/EdgeNonMaxSuppression.hh"
Created:04/07/2000 
User Level:Develop
Library:RavlImageProc
In Scope:RavlImageN

Parent Classes: Variables:
Methods:
EdgeNonMaxSuppressionBodyC(bool ec = false)

bool Apply(const ImageC<RealT> & inDrIm,const ImageC<RealT> & inDcIm,const ImageC<RealT> & inGrad,ImageC<RealT> & out,RealT & mean,IntT & edgels)
Apply non-maximal suppression to edge images.
This produces a new gradient magnitude image, the mean and number of the non-zero pixels.

bool Apply(const ImageC<RealT> & inDrIm,const ImageC<RealT> & inDcIm,const ImageC<RealT> & inGrad,SArray1dC<EdgelC> & outEdges,RealT & mean)
Apply non-maximal suppression to edge images.
return an array of edgels and the mean of there magnitude.

#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.


Created: 04/07/2000, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002