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

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

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

Derived Classes: Variables:
Methods:
Correlate2dC()
Default constructor.

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

void SetKernel(const ImageC<KernelPixelT> & nkernel)
Set the convolution kernel.

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