Click or drag to resize
XDL

IXVideoFrameMatchContext Interface

동영상 프레임 영상 정합 함수를 제공하는 정합 컨텍스트 인터페이스.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.30
Syntax
C#
public interface IXVideoFrameMatchContext

The IXVideoFrameMatchContext type exposes the following members.

Properties
  NameDescription
Public propertyMatchedPoints1
첫째(이전) 프레임의 대응점 목록.
Public propertyMatchedPoints2
둘째(다음) 프레임의 대응점 목록.
Public propertyNumOfMatches
대응쌍의 개수.
Top
Methods
  NameDescription
Public methodMatch(XFramePicture, XMat3x3d)
입력 동영상 프레임과 직전 프레임 간 정합을 수행하고 변환행렬을 반환한다.
Public methodMatch(XFramePicture, XFramePicture, XMat3x3d)
동영상 프레임 두 장을 입력 받아 정합하고 변환행렬을 반환한다.
Public methodReset
정합 컨텍스트를 초기화한다.
Top
See Also