Click or drag to resize
XDL

NXMapLayerStereoCompositesGetMatchKernelSize Method

영상 매칭을 위한 커널 크기를 가져온다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public void GetMatchKernelSize(
	ref int KernelX,
	ref int KernelY
)

Parameters

KernelX
Type: SystemInt32
[Out] 커널의 X 크기
KernelY
Type: SystemInt32
[Out] 커널의 Y 크기
See Also