Click or drag to resize
XDL

XImageMosaicGenerate Method (XGrid, Double, Boolean)

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

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool Generate(
	ref XGrid output,
	double blankValue,
	bool useMatching
)

Parameters

output
Type: Pixoneer.NXDLXGrid
[Out] 모자이크된 이미지.
blankValue
Type: SystemDouble
[In] 모자이크 이미지를 만들때 빈 공간이 채워지는 값
useMatching
Type: SystemBoolean
[In] 입력 영상 간 호모그래피 계산에 특징점 매칭을 사용할지 결정한다. 사용하지 않을 경우 영상의 센서모델이 있어야 한다.

Return Value

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