Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Filtering - HomomorphicFilterBodyC
 

  PUBLIC
HomomorphicFilterBodyC::HomomorphicFilterBodyC(RealT,RealT,const Index2dC &)
HomomorphicFilterBodyC::Apply(const ImageC &)
HomomorphicFilterBodyC::Init(const Index2dC &)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   HomomorphicFilterBodyC   
 
Homomorphic filter
 
include "Ravl/Image/HomomorphicFilter.hh"
Source file:Ravl/Image/Processing/Filters/HomomorphicFilter.hh
User Level:Develop
Library:RavlImageProc
In Scope:RavlImageN

Parent Classes: Variables:
RealT sigma;

RealT depth;

FFT2dC fwd;
Forward FFT.

ImageC filter;

FFT2dC bkw;
Backward FFT.

Methods:
HomomorphicFilterBodyC(RealT nSigma = 10,RealT nDepth = 0.5,const Index2dC & size = Index2dC (0))
Constructor.

ImageC<RealT> Apply(const ImageC<RealT> & img)
Apply filter to image.

bool Init(const Index2dC & size)
Setup the filter.

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