The CvStereoBMState 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.) |
![]() | 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.) |
![]() | MinDisparity |
minimum disparity of correspondence using Sum of Absolute Difference(SAD) (=0)
|
![]() | NumberOfDisparities |
maximum disparity - minimum disparity of correspondence using Sum of Absolute Difference(SAD)
|
![]() | PreFilterCap |
pre filters' cap (up to ~31)
|
![]() | PreFilterSize |
pre filters' size (~5x5..21x21)
|
![]() | PreFilterType |
pre filters' type (0 for now)
|
![]() | SADWindowSize |
window size of correspondence using Sum of Absolute Difference(SAD) (Could be 5x5..21x21)
|
![]() | SpeckleRange | Obsolete.
Acceptable range of variation in window (not used)
|
![]() | SpeckleWindowSize | Obsolete.
Disparity variation window (not used)
|
![]() | TextureThreshold |
post filters' areas with no texture are ignored
|
![]() | UniquenessRatio |
filter out pixels if there are other close matches with different disparity
|
See Also