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,
double* R,
double* G,
double* b,
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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.