This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFilter2 Interface > IPansharpeningFilter2.Sharpen Method (ArcObjects .NET 10.4 SDK) |
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