Applies a convolution matrix to an
image.
| C# | Visual Basic | Visual C++ |
public interface AgGxConditionerConvolution : IAgGxConditionerConvolution
Public Interface AgGxConditionerConvolution _ Implements IAgGxConditionerConvolution
public interface class AgGxConditionerConvolution : IAgGxConditionerConvolution
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
ConditionerID |
A unique ID representing the conditioner and
its parameters. Used internally for caching. (Inherited from
IAgGxConditionerConvolution.)
|
|
|
Divisor |
The divisor for the result of the convolution
matrix operation. This value will typically be 1 or
9. (Inherited from
IAgGxConditionerConvolution.)
|
|
|
GetKernel(Double % , Double % , Double % , Double % , Double % , Double % , Double % , Double % , Double % ) | (Inherited from
IAgGxConditionerConvolution.)
|
|
|
Offset |
The offset for the result of the convolution
matrix operation. The value is added to the result of the
convolution matrix operation. (Inherited from
IAgGxConditionerConvolution.)
|
|
|
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
IAgGxConditionerConvolution.)
|
|
|
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. (Inherited from
IAgGxConditionerConvolution.)
|
Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)