Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
icl::filter::DynamicConvolutionOp Class Reference

Convolution using the ROI of an ICL image as its kernel \. More...

#include <DynamicConvolutionOp.h>

Inheritance diagram for icl::filter::DynamicConvolutionOp:
icl::filter::ConvolutionOp icl::filter::NeighborhoodOp icl::utils::Uncopyable icl::filter::UnaryOp icl::utils::Configurable

List of all members.

Public Member Functions

 DynamicConvolutionOp (const core::ImgBase *poKernel=0)
 Constructor.
 ~DynamicConvolutionOp ()
 Destructor.
void setKernel (const core::ImgBase *poKernel)
 sets the Kernel for the Convolution

Private Attributes

core::Img< icl32f > * poKernelBuf

Detailed Description

Convolution using the ROI of an ICL image as its kernel \.

Sometimes it is useful to use the ROI of an ICL image directly as the convolution kernel, e.g. for template matching. Because the ROI may be smaller than the image itself, the DynamicConvolution class maintains an internal buffer poKernelBuf of this ROI only. Its first channel is directly set as the (unbuffered) kernel data of the underlying Convolution class.


Constructor & Destructor Documentation

Constructor.

@ param poKernel Kernel for the Convolution

Destructor.


Member Function Documentation

sets the Kernel for the Convolution


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines