Go to the documentation of this file.
6#ifndef iipr_CConvolutionKernel2dComp_included
7#define iipr_CConvolutionKernel2dComp_included
29 I_ASSIGN_MULTI_0(m_kernelCoeffAttrPtr,
"Kernel",
"List of kernel coefficients",
false);
30 I_ASSIGN(m_kernelWidthAttrPtr,
"KernelWidth",
"Width of the filter kernel",
false, 0);
31 I_ASSIGN(m_kernelHeightAttrPtr,
"KernelHeight",
"Height of the filter kernel",
false, 0);
39 I_ATTR(
int, m_kernelWidthAttrPtr);
40 I_ATTR(
int, m_kernelHeightAttrPtr);
41 I_MULTIATTR(
double, m_kernelCoeffAttrPtr);
Base class for component implementation.
void OnComponentCreated() override
icomp::CComponentBase BaseClass
CConvolutionKernel2d BaseClass2
Implementation of a general 2D convolution kernel.
Interface for 2D-convolution filter kernel.
Interface for a resampled function with a regular grid design.
Common class for all classes which objects can be archived or restored from archive.
Contains the image processing classes.
© Witold Gantzke and Kirill Lepskiy