This document is archived and information here might be outdated.  Recommended version.


IPansharpeningFilter2.Sharpen Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFilter2 Interface > IPansharpeningFilter2.Sharpen Method
ArcGIS Developer Help

IPansharpeningFilter2.Sharpen Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPansharpeningFilter2 Interface