C# Class Emgu.CV.Structure.MCvConDensation

Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Свойство Type Description
DP int
DynamMatr System.IntPtr
MP int
RandS System.IntPtr
RandomSample System.IntPtr
SamplesNum int
State System.IntPtr
Temp System.IntPtr
flConfidence System.IntPtr
flCumulative System.IntPtr
flNewSamples System.IntPtr
flSamples System.IntPtr

Property Details

DP public_oe property

Dimension of state vector
public int DP
Résultat int

DynamMatr public_oe property

Matrix of the linear Dynamics system
public IntPtr,System DynamMatr
Résultat System.IntPtr

MP public_oe property

Dimension of measurement vector
public int MP
Résultat int

RandS public_oe property

Array of structures to generate random vectors
public IntPtr,System RandS
Résultat System.IntPtr

RandomSample public_oe property

RandomVector to update sample set
public IntPtr,System RandomSample
Résultat System.IntPtr

SamplesNum public_oe property

Number of the Samples
public int SamplesNum
Résultat int

State public_oe property

Vector of State
public IntPtr,System State
Résultat System.IntPtr

Temp public_oe property

Temporary vector
public IntPtr,System Temp
Résultat System.IntPtr

flConfidence public_oe property

Confidence for each Sample
public IntPtr,System flConfidence
Résultat System.IntPtr

flCumulative public_oe property

Cumulative confidence
public IntPtr,System flCumulative
Résultat System.IntPtr

flNewSamples public_oe property

Temporary array of the Sample Vectors
public IntPtr,System flNewSamples
Résultat System.IntPtr

flSamples public_oe property

Array of the Sample Vectors
public IntPtr,System flSamples
Résultat System.IntPtr