STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsConvolutionFilterFactory Interface

Description

Applies convolution to the source raster. Convolution is the modification of a pixel's value based on the values of its surrounding pixels. The Kernel is the numerical matrix that is applied to each pixel in this process. The convolution operation is discussed in more detail in numerous texts on image processing and useful convolution kernels are widely available from various sources.

Public Methods

Public Method InitializeInitializes a new instance.
Public Method InitializeWithKernelInitializes a new instance with the specified Kernel.
Public Method InitializeWithKernelAndDivisorInitializes a new instance with the specified Kernel and Divisor.
Public Method InitializeWithKernelDivisorAndOffsetInitializes a new instance with the specified Kernel, Divisor, and Offset.
© 2024 Analytical Graphics, Inc. All Rights Reserved.