Developer Documentation
RAVL, Recognition And Vision Library
USER 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 &)
EdgeDericheBodyC::Init(void)
EdgeDericheBodyC::YDer(ImageC &,ImageC &)
EdgeDericheBodyC::YDer1p(ImageC &,ImageC &)
EdgeDericheBodyC::YDer1n(ImageC &,ImageC &)
EdgeDericheBodyC::YDer2p(ImageC &,ImageC &,ImageC &)
EdgeDericheBodyC::YDer2n(ImageC &,ImageC &,ImageC &)
EdgeDericheBodyC::XDer(ImageC &,ImageC &)
EdgeDericheBodyC::XDer1p(ImageC &,ImageC &)
EdgeDericheBodyC::XDer1n(ImageC &,ImageC &)
EdgeDericheBodyC::XDer2p(ImageC &,ImageC &,ImageC &)
EdgeDericheBodyC::XDer2n(ImageC &,ImageC &,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"
Source file:Ravl/Image/Processing/Edges/EdgeDeriche.hh
User Level:Develop
Library:RavlImageProc
In Scope:RavlImageN

Parent Classes: Variables:
RealT omega;
User paramiters.

RealT alpha;
User paramiters.

RealT cst;

RealT cst0;

RealT cst1;

RealT cst2;

RealT ad1;

RealT ad2;

RealT an1;

RealT an2;

RealT an3;

RealT an4;

RealT an11;

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

bool Init()
Compute filter paramiters.

bool YDer(ImageC<RealT> & im,ImageC<RealT> & derv)

bool YDer1p(ImageC<RealT> & im,ImageC<RealT> & a2)

bool YDer1n(ImageC<RealT> & im,ImageC<RealT> & a3)

bool YDer2p(ImageC<RealT> & im,ImageC<RealT> & a2,ImageC<RealT> & a3)

bool YDer2n(ImageC<RealT> & im,ImageC<RealT> & a2,ImageC<RealT> & a4)

bool XDer(ImageC<RealT> & im,ImageC<RealT> & derv)

bool XDer1p(ImageC<RealT> & im,ImageC<RealT> & a2)

bool XDer1n(ImageC<RealT> & im,ImageC<RealT> & a3)

bool XDer2p(ImageC<RealT> & im,ImageC<RealT> & a2,ImageC<RealT> & a3)

bool XDer2n(ImageC<RealT> & im,ImageC<RealT> & a2,ImageC<RealT> & a4)
Paramiters.

#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:30 2002