AGI Components with Insight3D Alpha 2008 r8
IAgGxConditionerConvolution Interface
Library ReferenceAGI.Graphics.ImagingIAgGxConditionerConvolution
Applies a convolution matrix to an image.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
IAgGxConditionerConvolution : 

IAgGxConditioner
Public 
Interface 
IAgGxConditionerConvolution _
        
Implements 

IAgGxConditioner
public 
interface class 
IAgGxConditionerConvolution : 

IAgGxConditioner
Members
All Members Methods Properties



Icon Member Description
ConditionerID
A unique ID representing the conditioner and its parameters. Used internally for caching.

ConditionerID
A unique ID representing the conditioner and its parameters. Used internally for caching.
(Inherited from IAgGxConditioner.)
Divisor
The divisor for the result of the convolution matrix operation. This value will typically be 1 or 9.

GetKernel(Double % , Double % , Double % , Double % , Double % , Double % , Double % , Double % , Double % )
Offset
The offset for the result of the convolution matrix operation. The value is added to the result of the convolution matrix operation.

ProcessConditioner(IAgGxImageData, IAgGxImageData)
Primary method for conditioning image data. The source data represents the image to be conditioned. The destination data must be allocated and contains the results of the conditioned image. Returns true if the conditioning is successful.

ProcessConditioner(IAgGxImageData, IAgGxImageData)
Primary method for conditioning image data. The source data represents the image to be conditioned. The destination data must be allocated and contains the results of the conditioned image. Returns true if the conditioning is successful.
(Inherited from IAgGxConditioner.)
SetKernel(Double, Double, Double, Double, Double, Double, Double, Double, Double)
Sets the convolution kernel for the conditioner. Input moves from the left to right column starting at the first row of the matrix.

Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)