Click or drag to resize
XDL

XVMTILocalSetDecoderSetFrameSize Method

표적 객체 화소 위치의 기준이 되는 대상 영상 프레임의 크기를 설정한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public void SetFrameSize(
	uint width,
	uint height
)

Parameters

width  UInt32
영상 프레임 가로 크기.
height  UInt32
영상 프레임 세로 크기.
See Also