C# Class Emgu.CV.Structure.MCvStereoGCState

Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Свойство Type Description
Ithreshold int
K float
dispLeft System.IntPtr
dispRight System.IntPtr
edgeBuf System.IntPtr
interactionRadius int
lambda float
lambda1 float
lambda2 float
left System.IntPtr
maxIters int
minDisparity int
numberOfDisparities int
occlusionCost int
ptrLeft System.IntPtr
ptrRight System.IntPtr
right System.IntPtr
vtxBuf System.IntPtr

Property Details

Ithreshold public_oe property

Threshold for piece-wise linear data cost function (5 by default)
public int Ithreshold
Résultat int

K public_oe property

Parameters for the cost function
public float K
Résultat float

dispLeft public_oe property

Internal buffers
public IntPtr,System dispLeft
Résultat System.IntPtr

dispRight public_oe property

Internal buffers
public IntPtr,System dispRight
Résultat System.IntPtr

edgeBuf public_oe property

Internal buffers
public IntPtr,System edgeBuf
Résultat System.IntPtr

interactionRadius public_oe property

Radius for smoothness cost function (1 by default; means Potts model)
public int interactionRadius
Résultat int

lambda public_oe property

Parameters for the cost function
public float lambda
Résultat float

lambda1 public_oe property

Parameters for the cost function
public float lambda1
Résultat float

lambda2 public_oe property

Parameters for the cost function
public float lambda2
Résultat float

left public_oe property

Internal buffers
public IntPtr,System left
Résultat System.IntPtr

maxIters public_oe property

Number of iterations; defined by user.
public int maxIters
Résultat int

minDisparity public_oe property

0 by default; see CvStereoBMState
public int minDisparity
Résultat int

numberOfDisparities public_oe property

Defined by user; see CvStereoBMState
public int numberOfDisparities
Résultat int

occlusionCost public_oe property

10000 by default, (usually computed adaptively from the input data)
public int occlusionCost
Résultat int

ptrLeft public_oe property

Internal buffers
public IntPtr,System ptrLeft
Résultat System.IntPtr

ptrRight public_oe property

Internal buffers
public IntPtr,System ptrRight
Résultat System.IntPtr

right public_oe property

Internal buffers
public IntPtr,System right
Résultat System.IntPtr

vtxBuf public_oe property

Internal buffers
public IntPtr,System vtxBuf
Résultat System.IntPtr