C# Class Emgu.CV.Structure.MCvStereoGCState

Exibir arquivo Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property 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
return int

K public_oe property

Parameters for the cost function
public float K
return float

dispLeft public_oe property

Internal buffers
public IntPtr,System dispLeft
return System.IntPtr

dispRight public_oe property

Internal buffers
public IntPtr,System dispRight
return System.IntPtr

edgeBuf public_oe property

Internal buffers
public IntPtr,System edgeBuf
return System.IntPtr

interactionRadius public_oe property

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

lambda public_oe property

Parameters for the cost function
public float lambda
return float

lambda1 public_oe property

Parameters for the cost function
public float lambda1
return float

lambda2 public_oe property

Parameters for the cost function
public float lambda2
return float

left public_oe property

Internal buffers
public IntPtr,System left
return System.IntPtr

maxIters public_oe property

Number of iterations; defined by user.
public int maxIters
return int

minDisparity public_oe property

0 by default; see CvStereoBMState
public int minDisparity
return int

numberOfDisparities public_oe property

Defined by user; see CvStereoBMState
public int numberOfDisparities
return int

occlusionCost public_oe property

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

ptrLeft public_oe property

Internal buffers
public IntPtr,System ptrLeft
return System.IntPtr

ptrRight public_oe property

Internal buffers
public IntPtr,System ptrRight
return System.IntPtr

right public_oe property

Internal buffers
public IntPtr,System right
return System.IntPtr

vtxBuf public_oe property

Internal buffers
public IntPtr,System vtxBuf
return System.IntPtr