|
XImageMosaicGenerate(XGrid) Method
|
현재까지 추가된 영상 데이터로 모자이크 이미지를 생성한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool Generate(
ref XGrid output
)
Parameters
- output XGrid
- [Out] 모자이크된 이미지.
Return Value
Boolean 성공이면 true, 실패이면 false
See Also