Click or drag to resize
XDL

IXVideoFrameMatchContextMatch(XFramePicture, XFramePicture, XMat3x3d) Method

동영상 프레임 두 장을 입력 받아 정합하고 변환행렬을 반환한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
bool Match(
	XFramePicture frame1,
	XFramePicture frame2,
	out XMat3x3d transform
)

Parameters

frame1  XFramePicture
[IN] 첫째 동영상 프레임.
frame2  XFramePicture
[IN] 둘째 동영상 프레임.
transform  XMat3x3d
[OUT] 둘째 프레임 영상좌표에서 첫째 프레임 영상좌표로 이동하는 변환행렬 또는 단위행렬.

Return Value

Boolean
정합 성공 여부. 정합에 실패하면 반환하는 변환행렬은 단위행렬이다.
See Also