Click or drag to resize
XDL

XImageMosaicGenerate(XGrid) Method

현재까지 추가된 영상 데이터로 모자이크 이미지를 생성한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool Generate(
	ref XGrid output
)

Parameters

output  XGrid
[Out] 모자이크된 이미지.

Return Value

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