CvStereoGCState Properties OpenCvSharp Class Library

The CvStereoGCState type exposes the following members.

Properties

  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyDispLeft
Public propertyDispRight
Public propertyEdgeBuf
Public propertyInteractionRadius
radius for smoothness cost function (1 by default; means Potts model)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyIthreshold
threshold for piece-wise linear data cost function (5 by default)
Public propertyK
parameters for the cost function (usually computed adaptively from the input data)
Public propertyLambda
parameters for the cost function (usually computed adaptively from the input data)
Public propertyLambda1
parameters for the cost function (usually computed adaptively from the input data)
Public propertyLambda2
Public propertyLeft
Public propertyMaxIters
number of iterations; defined by user.
Public propertyMinDisparity
minimum disparity of SAD(Sum of Absolute Difference) (0 by default)
Public propertyNumberOfDisparities
maximum disparity - minimum disparity of SAD(Sum of Absolute Difference) ; defined by user
Public propertyOcclusionCost
cost of occlusion (10000 by default)
Public propertyPtrLeft
Public propertyPtrRight
Public propertyRight
Public propertyVtxBuf
Top
See Also

Reference