User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Filtering - Convolve2dC<class KernelPixelT,class InPixelT,class OutPixelT,class SumTypeT>
 

  PUBLIC
Convolve2dC::Convolve2dC(void)
Convolve2dC::Convolve2dC(const ImageC &)
Convolve2dC::SetKernel(const ImageC &)
Convolve2dC::Apply(const ImageC &,ImageC &) const
Convolve2dC::operator ()(const ImageC &,ImageC &) const

   Convolve2dC<class KernelPixelT,class InPixelT,class OutPixelT,class SumTypeT>   
 
2D Convolution
 
include "Ravl/Image/Convolve2d.hh"
User Level:Normal
Library:RavlImageProc
In Scope:RavlImageN

Parent Classes: Methods:
Convolve2dC()
Default constructor.
Use SetKernel() to setup a kernel before calling Apply().

Convolve2dC(const ImageC<KernelPixelT> & nkernel)
Default constructor.

void SetKernel(const ImageC<KernelPixelT> & nkernel)
Set the convolution kernel.
Note: This method flips the kernel, so does take some time.

void Apply(const ImageC<InPixelT> & in,ImageC<OutPixelT> & result) const
Do convolution on image 'in', put the output in 'result'

void operator ()(const ImageC<InPixelT> & in,ImageC<OutPixelT> & result) const


Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002