Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxConvKernelSeparated2d.h File Reference

More...

#include "HxImageRep.h"

Go to the source code of this file.

Functions

HxImageRep L_HXIMAGEREP HxConvKernelSeparated2d (HxImageRep img, HxImageRep kernelX, HxImageRep kernelY, HxImageRep::ResultPrecision resPrec=HxImageRep::DEFAULT_PREC)
 Convolution with separable kernel on a 2D image. More...

HxImageRep L_HXIMAGEREP HxConvKernelSeparated2d (HxImageRep img, HxImageRep kernelX, HxImageRep kernelY, HxImageRep::ResultPrecision resPrec, HxTagList &tags)


Detailed Description


Function Documentation

HxImageRep L_HXIMAGEREP HxConvKernelSeparated2d HxImageRep    img,
HxImageRep    kernelX,
HxImageRep    kernelY,
HxImageRep::ResultPrecision    resPrec = HxImageRep::DEFAULT_PREC
 

Convolution with separable kernel on a 2D image.

The function performs a convolution on the input image via a generalized convolution operation (see Images). KernelX is applied in the first dimension, kernelY in the second dimension.

Implementation specifics : The image functor instantiator : HxInstMulAddAss2dK1d.


Generated on Tue Feb 3 14:18:46 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001