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

상속: Emgu.Util.UnmanagedObject, IInputOutputArray
파일 보기 프로젝트 열기: rlabrecque/RLSolitaireBot 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clear the vector

GetInputArray ( ) : InputArray

Get the pointer to cv::_InputArray

GetInputOutputArray ( ) : InputOutputArray

Get the pointer to cv::_InputOutputArray

GetOutputArray ( ) : OutputArray

Get the pointer to cv::_OutputArray

Push ( Array values ) : void

Push multiple values into the standard vector

Push ( VectorOfDMatch value ) : void

Push a value into the standard vector

Push ( VectorOfVectorOfDMatch other ) : void

Push multiple values from the other vector into this vector

ToArrayOfArray ( ) : MDMatch[][]

Convert the standard vector to arrays of int

VectorOfVectorOfDMatch ( Array values ) : System

Create the standard vector of VectorOfDMatch

VectorOfVectorOfDMatch ( int size ) : System

Create an standard vector of VectorOfDMatch of the specific size

this ( int index ) : VectorOfDMatch

Get the item in the specific index

보호된 메소드들

메소드 설명
DisposeObject ( ) : void

Release the standard vector

비공개 메소드들

메소드 설명
VectorOfVectorOfDMatch ( ) : System
VectorOfVectorOfDMatch ( IntPtr ptr, bool needDispose ) : System
VectorOfVectorOfDMatchClear ( IntPtr v ) : void
VectorOfVectorOfDMatchCreate ( ) : IntPtr
VectorOfVectorOfDMatchCreateSize ( int size ) : IntPtr
VectorOfVectorOfDMatchGetItemPtr ( IntPtr vec, int index, IntPtr &element ) : void
VectorOfVectorOfDMatchGetSize ( IntPtr v ) : int
VectorOfVectorOfDMatchPush ( IntPtr v, IntPtr value ) : void
VectorOfVectorOfDMatchPushVector ( IntPtr ptr, IntPtr otherPtr ) : void
VectorOfVectorOfDMatchRelease ( IntPtr &v ) : void
VectorOfVectorOfDMatchSizeOfItemInBytes ( ) : int
cvInputArrayFromVectorOfVectorOfDMatch ( IntPtr vec ) : IntPtr
cvInputOutputArrayFromVectorOfVectorOfDMatch ( IntPtr vec ) : IntPtr
cvOutputArrayFromVectorOfVectorOfDMatch ( IntPtr vec ) : IntPtr

메소드 상세

Clear() 공개 메소드

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

DisposeObject() 보호된 메소드

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

GetInputArray() 공개 메소드

Get the pointer to cv::_InputArray
public GetInputArray ( ) : InputArray
리턴 InputArray

GetInputOutputArray() 공개 메소드

Get the pointer to cv::_InputOutputArray
public GetInputOutputArray ( ) : InputOutputArray
리턴 InputOutputArray

GetOutputArray() 공개 메소드

Get the pointer to cv::_OutputArray
public GetOutputArray ( ) : OutputArray
리턴 OutputArray

Push() 공개 메소드

Push multiple values into the standard vector
public Push ( Array values ) : void
values Array The values to be pushed to the vector
리턴 void

Push() 공개 메소드

Push a value into the standard vector
public Push ( VectorOfDMatch value ) : void
value VectorOfDMatch The value to be pushed to the vector
리턴 void

Push() 공개 메소드

Push multiple values from the other vector into this vector
public Push ( VectorOfVectorOfDMatch other ) : void
other VectorOfVectorOfDMatch The other vector, from which the values will be pushed to the current vector
리턴 void

ToArrayOfArray() 공개 메소드

Convert the standard vector to arrays of int
public ToArrayOfArray ( ) : MDMatch[][]
리턴 MDMatch[][]

VectorOfVectorOfDMatch() 공개 메소드

Create the standard vector of VectorOfDMatch
public VectorOfVectorOfDMatch ( Array values ) : System
values Array
리턴 System

VectorOfVectorOfDMatch() 공개 메소드

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

this() 공개 메소드

Get the item in the specific index
public this ( int index ) : VectorOfDMatch
index int The index
리턴 VectorOfDMatch