#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) |
|
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. |