The CvStereoGCState type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
| AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| DispLeft | ||
| DispRight | ||
| EdgeBuf | ||
| InteractionRadius |
radius for smoothness cost function (1 by default; means Potts model)
| |
| IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
| IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
| Ithreshold |
threshold for piece-wise linear data cost function (5 by default)
| |
| K |
parameters for the cost function (usually computed adaptively from the input data)
| |
| Lambda |
parameters for the cost function (usually computed adaptively from the input data)
| |
| Lambda1 |
parameters for the cost function (usually computed adaptively from the input data)
| |
| Lambda2 | ||
| Left | ||
| MaxIters |
number of iterations; defined by user.
| |
| MinDisparity |
minimum disparity of SAD(Sum of Absolute Difference) (0 by default)
| |
| NumberOfDisparities |
maximum disparity - minimum disparity of SAD(Sum of Absolute Difference) ; defined by user
| |
| OcclusionCost |
cost of occlusion (10000 by default)
| |
| PtrLeft | ||
| PtrRight | ||
| Right | ||
| VtxBuf |
See Also