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

  PUBLIC
HomomorphicFilterBodyC::HomomorphicFilterBodyC(RealT,RealT,const Index2dC &)
HomomorphicFilterBodyC::Apply(const ImageC &)
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"
User Level:Develop
Library:RavlImageProc
In Scope:RavlImageN

Parent Classes: Variables:
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.

#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