Click or drag to resize
XDL

XDMCompositeGetCurSubsetStatistics Method

입력 인덱스에 해당하는 현재 통계 정보를 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetCurSubsetStatistics(
	int Idx,
	ref double min,
	ref double max,
	ref double mean,
	ref double std,
	ref ulong[] hist,
	ref ulong NumPixels
)

Parameters

Idx  Int32
[In] Composite 인덱스.
min  Double
[Out] 최소 값.
max  Double
[Out] 최대 값.
mean  Double
[Out] 평균 값.
std  Double
[Out] 표준 편차.
hist  UInt64
[Out] 히스토그램.
NumPixels  UInt64
[Out] 총 화수의 수.
See Also