Click or drag to resize
XDL

XDMBandChangeDetectSigCalcChangeStatistics Method

특정영역에 대한 통계값을 설정하기 위해 변화전과 변화후의 ID를 대상으로 계산을 수행한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool CalcChangeStatistics(
	int nX1,
	int nX2,
	int nY1,
	int nY2,
	XThread thd
)

Parameters

nX1
Type: SystemInt32
[In] 영역에 대한 X축의 최소값.
nX2
Type: SystemInt32
[In] 영역에 대한 X축의 최대값. [In] 영역에 대한 Y축의 최대값.
nY1
Type: SystemInt32
[In] 영역에 대한 Y축의 최소값.
nY2
Type: SystemInt32

[Missing <param name="nY2"/> documentation for "M:Pixoneer.NXDL.NRS.XDMBandChangeDetectSig.CalcChangeStatistics(System.Int32,System.Int32,System.Int32,System.Int32,Pixoneer.NXDL.XThread)"]

thd
Type: Pixoneer.NXDLXThread
[In] XThread객체.

Return Value

Type: Boolean
통계치 계산에 성공하면 true, 아니면 false를 리턴.
See Also