Click or drag to resize
XDL

XMosaicHelperSetIntersectInfo Method

2장 영상의 접합선 정보를 설정한다.

Namespace:  Pixoneer.NXH.NIP
Assembly:  NXHip (in NXHip.dll) Version: 2.0.3.1
Syntax
C#
public void SetIntersectInfo(
	int idxMng,
	XvcPolygon polygon1,
	XvcPolygon polygon2
)

Parameters

idxMng
Type: SystemInt32
MosaicManager 객체 리스트에서 가져올 객체 인덱스.
polygon1
Type: Pixoneer.NXDL.NVCXvcPolygon
첫번째 영상의 접합선 정보
polygon2
Type: Pixoneer.NXDL.NVCXvcPolygon
두번째 영상의 접합선 정보
See Also