Click or drag to resize
XDL

XDMCompositeGetCurSubsetStatistics Method

입력 인덱스에 로딩된 데이터를 기준으로 현재 통계 정보를 얻는다.
통계값이 유효하지 않은 경우에는 계산하여 반환한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
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