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

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

공개 메소드들

메소드 설명
Clear ( ) : void

Clear the vector

Push ( float value ) : void

Push an array of value into the standard vector

ToArray ( ) : float[]

Convert the standard vector to an array of float

VectorOfFloat ( ) : System

Create an empty standard vector of float

VectorOfFloat ( int size ) : System

Create an standard vector of float 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 ( float value ) : void
value float The value to be pushed to the vector
리턴 void

ToArray() 공개 메소드

Convert the standard vector to an array of float
public ToArray ( ) : float[]
리턴 float[]

VectorOfFloat() 공개 메소드

Create an empty standard vector of float
public VectorOfFloat ( ) : System
리턴 System

VectorOfFloat() 공개 메소드

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