Click or drag to resize
XDL

XVideoFrameMatcherMatch Method

입력 동영상 프레임을 직전 프레임과 정합한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool Match(
	XFramePicture frame
)

Parameters

frame  XFramePicture
입력 동영상 프레임.

Return Value

Boolean
정합 성공 여부.
See Also