Click or drag to resize
XDL

XVideoStabilizerGetFrameParams Method

주어진 시점의 프레임 안정화 파라미터를 얻는다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool GetFrameParams(
	long pts,
	out XMat3x3d homography,
	out XMat3x3d motion
)

Parameters

pts  Int64
[IN] 영상 프레임 PTS.
homography  XMat3x3d
[OUT] 동영상 프레임 변환 행렬.
motion  XMat3x3d
[OUT] 동영상 프레임의 직전 프레임 대비 움직임 행렬.

Return Value

Boolean
프레임 모자이크 파라미터 획득 여부.
See Also