Click or drag to resize
XDL

XVideoFrameMatchContextFH Class

FastHessian 영상 정합 컨텍스트.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXVideoFrameMatchContextFH

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public class XVideoFrameMatchContextFH : IXVideoFrameMatchContext, 
	IDisposable

The XVideoFrameMatchContextFH type exposes the following members.

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