C# 클래스 Emgu.CV.Util.VectorOfDMatch

Wraped class of the C++ standard vector of DMatch.
상속: Emgu.Util.UnmanagedObject
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clear the vector

Push ( MDMatch value ) : void

Push an array of value into the standard vector

ToArray ( ) : Emgu.CV.Structure.MDMatch[]

Convert the standard vector to an array of DMatch

VectorOfDMatch ( ) : System

Create an empty standard vector of DMatch

VectorOfDMatch ( int size ) : System

Create an standard vector of DMatch of the specific size

보호된 메소드들

메소드 설명
DisposeObject ( ) : void

Release the standard vector

메소드 상세

Clear() 공개 메소드

Clear the vector
public Clear ( ) : void
리턴 void

DisposeObject() 보호된 메소드

Release the standard vector
protected DisposeObject ( ) : void
리턴 void

Push() 공개 메소드

Push an array of value into the standard vector
public Push ( MDMatch value ) : void
value Emgu.CV.Structure.MDMatch The value to be pushed to the vector
리턴 void

ToArray() 공개 메소드

Convert the standard vector to an array of DMatch
public ToArray ( ) : Emgu.CV.Structure.MDMatch[]
리턴 Emgu.CV.Structure.MDMatch[]

VectorOfDMatch() 공개 메소드

Create an empty standard vector of DMatch
public VectorOfDMatch ( ) : System
리턴 System

VectorOfDMatch() 공개 메소드

Create an standard vector of DMatch of the specific size
public VectorOfDMatch ( int size ) : System
size int The size of the vector
리턴 System