Click or drag to resize
XDL

XMosaicHelperGetBand Method

2장씩 모자이크된 결과 영상의 각 밴드를 가져온다.

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public XDMBandMosaicLT GetBand(
	int idxMng,
	int idxBand
)

Parameters

idxMng  Int32
MosaicManager 객체 리스트에서 가져올 객체 인덱스.
idxBand  Int32
모자이크 결과 영상의 밴드 인덱스.

Return Value

XDMBandMosaicLT
XDMBandMosaicLT 객체
See Also