Click or drag to resize
XDL

XDMCompositeGetSubsetStatistics Method

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

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

Parameters

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