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

  PUBLIC
EdgeDericheBodyC::EdgeDericheBodyC(RealT,RealT)
EdgeDericheBodyC::Apply(const ImageC &,ImageC &,ImageC &)
EdgeDericheBodyC::Apply(const ImageC &,ImageC> &)
EdgeDericheBodyC::EdgeMagnitude(const ImageC &)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   EdgeDericheBodyC   
 
Deriche edge filter.
 
include "Ravl/Image/EdgeDeriche.hh"
User Level:Develop
Library:RavlImageProc
In Scope:RavlImageN

Parent Classes: Variables:
Methods:
EdgeDericheBodyC(RealT omega,RealT alpha)
Constructor.

bool Apply(const ImageC<RealT> & inImg,ImageC<RealT> & outDx,ImageC<RealT> & outDy)
Apply operator.

bool Apply(const ImageC<RealT> & inImg,ImageC<TFVectorC<RealT,2>> & out)
Apply sobol operator to 'img', put result in 'out'
This is a little slower than the Apply(inImg,outDx,outDy) for the moment, this will be fixed eventually.

ImageC<RealT> EdgeMagnitude(const ImageC<RealT> & inImg)
Calculate the edge magnitude only

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


Documentation by CxxDoc: Tue Aug 13 09:59:02 2002