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

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

   ConvolveVert2dC<class KernelPixelT,class InPixelT,class OutPixelT,class SumTypeT>   
 
Vertontal 2D Convolution with a 1D filter.
 
include "Ravl/Image/ConvolveVert2d.hh"
User Level:Normal
Library:RavlImageProc
In Scope:RavlImageN

Variables:
Methods:
ConvolveVert2dC()
Default constructor.

ConvolveVert2dC(const Array1dC<KernelPixelT> & ncolKernel)
Default constructor.

void SetKernel(const Array1dC<KernelPixelT> & ncolKernel)
Set the convolution kernel.
Note: Currently this rotates the mast around the central element, not about the 0 index as other convolution methods in RAVL.

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