This document is archived and information here might be outdated. Recommended version. |
Applies pansharpening to a pixel (R, G, B, I).
[Visual Basic .NET]
Public Sub Sharpen ( _
ByVal P As Double, _
ByRef R As Double, _
ByRef G As Double, _
ByRef b As Double, _
ByRef I As Double _
)
[C#]
public void Sharpen (
double P,
ref double R,
ref double G,
ref double b,
ref double I
);
[C++]
HRESULT Sharpen(
double P,
System.Double* R,
System.Double* G,
System.Double* b,
System.Double* I
);
[C++] Parameters P [in]
P is a parameter of type double R [in, out]
R is a parameter of type double* G [in, out]
G is a parameter of type double* b [in, out]
b is a parameter of type double* I [in, out]
I is a parameter of type double*