This document is archived and information here might be outdated. Recommended version. |
Computes stats and histogram from a pixel block.
[Visual Basic .NET] Public Sub ComputeAllFromBlock ( _ ByVal pBlock As IPixelBlock, _ ByVal pStatsHistograms As IArray _ )
[C#] public void ComputeAllFromBlock ( IPixelBlock pBlock, IArray pStatsHistograms );
[C++]
HRESULT ComputeAllFromBlock(
IPixelBlock* pBlock,
IArray* pStatsHistograms
);
[C++]
Parameters pBlock [in]
pBlock is a parameter of type IPixelBlock* pStatsHistograms [in]
pStatsHistograms is a parameter of type IArray*