[Visual Basic .NET] |
---|
Public Function InitializeWithKernelDivisorAndOffset( _
ByRef Kernel As System.Array, _
ByVal Divisor As Double, _
ByVal Offset As Double _
) As IAgStkGraphicsConvolutionFilter
|
[C#] |
---|
public IAgStkGraphicsConvolutionFilter InitializeWithKernelDivisorAndOffset(
|
[Managed C++] |
---|
public: IAgStkGraphicsConvolutionFilter^ InitializeWithKernelDivisorAndOffset(
|
[Java] |
---|
public IAgStkGraphicsConvolutionFilter initializeWithKernelDivisorAndOffset(
|
[Unmanaged C++] |
---|
public: HRESULT InitializeWithKernelDivisorAndOffset(
|
- Kernel
- An array containing the 9 elements of the Kernel of the convolution matrix. The elements should be provided as the entire first row, followed by the entire second row, followed by the entire third row, each from left to right.
- Divisor
- The Divisor of the convolution.
- Offset
- The Offset of the convolution.
Shows the format of
the Kernel parameter when creating a convolution filter.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Kernel parameter when creating a convolution filter.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|