Click or drag to resize
XDL

XDMBandChangeDetectSigGetChangeStatistics Method

통계치를 계산한 후(CalcChangeStatistics 함수를 이용) 변경전과 변경후의 화소의 변경 자료를 얻는다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public long GetChangeStatistics(
	ushort nIDFrom,
	ushort nIDTo
)

Parameters

nIDFrom
Type: SystemUInt16
[In] 변화전 Sinature의 ID.
nIDTo
Type: SystemUInt16
[In] 변화후 Sinature의 ID.

Return Value

Type: Int64
변화된 화소의 개수를 리턴.
See Also