Click or drag to resize
XDL

XVideoFrameMatcher Class

동영상 프레임 연속 영상 정합기.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXVideoFrameMatcher

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.31
Syntax
C#
public class XVideoFrameMatcher : IDisposable

The XVideoFrameMatcher type exposes the following members.

Constructors
  NameDescription
Public methodXVideoFrameMatcher
기본 생성자.
Top
Properties
  NameDescription
Public propertyContext
영상 정합 함수를 제공하는 정합 컨텍스트.
Public propertyCumulativeInverseTransform
첫 프레임 영상좌표에서 최신 프레임 영상좌표로 이동하는 변환행렬.
Public propertyCumulativeTransform
최신 입력 프레임 영상좌표에서 첫 프레임 영상좌표로 이동하는 변환행렬.
Public propertyFrameCount
연속 입력된 프레임 수.
Public propertyLastInverseTransform
직전 입력 프레임 영상좌표에서 최신 프레임 영상좌표로 이동하는 변환행렬.
Public propertyLastMatchCount
마지막 정합 대응쌍의 개수.
Public propertyLastMatchedPoints1
마지막 정합 첫째 프레임의 대응점 목록.
Public propertyLastMatchedPoints2
마지막 정합 둘째 프레임의 대응점 목록.
Public propertyLastTransform
최신 입력 프레임 영상좌표에서 직전 프레임 영상좌표로 이동하는 변환행렬.
Top
Methods
  NameDescription
Public methodMatch
입력 동영상 프레임을 직전 프레임과 정합한다.
Public methodReset(Boolean)
정합기를 초기화한다.
Public methodReset(XFramePicture)
정합기를 초기화하고 첫 프레임을 설정한다.
Top
See Also