Click or drag to resize
MCvStereoGCState Structure
http://www.emgu.com
Wrapped CvStereoGCState structure

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public struct MCvStereoGCState

The MCvStereoGCState type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fielddispLeft
Internal buffers
Public fielddispRight
Internal buffers
Public fieldedgeBuf
Internal buffers
Public fieldinteractionRadius
Radius for smoothness cost function (1 by default; means Potts model)
Public fieldIthreshold
Threshold for piece-wise linear data cost function (5 by default)
Public fieldK
Parameters for the cost function
Public fieldlambda
Parameters for the cost function
Public fieldlambda1
Parameters for the cost function
Public fieldlambda2
Parameters for the cost function
Public fieldleft
Internal buffers
Public fieldmaxIters
Number of iterations; defined by user.
Public fieldminDisparity
0 by default; see CvStereoBMState
Public fieldnumberOfDisparities
Defined by user; see CvStereoBMState
Public fieldocclusionCost
10000 by default, (usually computed adaptively from the input data)
Public fieldptrLeft
Internal buffers
Public fieldptrRight
Internal buffers
Public fieldright
Internal buffers
Public fieldvtxBuf
Internal buffers
Top
See Also