This document is archived and information here might be outdated. Recommended version. |
The convolution filter kernel values.
[Visual Basic .NET] Public Property Kernel As IDoubleArray
[C#] public IDoubleArray Kernel {get; set;}
[C++]
HRESULT get_Kernel(
IDoubleArray** ppKernel
);
[C++]
HRESULT put_Kernel(
IDoubleArray* ppKernel
);
[C++] Parameters ppKernel [out, retval]
ppKernel is a parameter of type IDoubleArray** ppKernel [in]
ppKernel is a parameter of type IDoubleArray*