Click or drag to resize
XDL

XDMCompositeGetIntensity255 Method

입력 인덱스에 해당하는 Intensity 최대값(histogram stretching에 적용)을 얻는다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public byte GetIntensity255(
	int Idx
)

Parameters

Idx  Int32
[In] Composite 인덱스.

Return Value

Byte
Intensity 값.
See Also