Click or drag to resize
XDL

XImageMosaicAddImage Method

모자이크할 영상 데이터를 XGrid 형태로 추가한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool AddImage(
	XGrid grid,
	XSensorModel sm
)

Parameters

grid
Type: Pixoneer.NXDLXGrid
[In] XGrid 인스턴스.
sm
Type: Pixoneer.NXDL.NSMXSensorModel
[In] XSensorModel 객체. 선택적인 요소로 null 입력 가능.

Return Value

Type: Boolean
성공이면 true, 실패이면 false
See Also