Wrapped CvStereoBMState structure
| C# | Visual Basic | Visual C++ |
public struct MCvStereoBMState
Public Structure MCvStereoBMState
public value class MCvStereoBMState
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| minDisparity |
minimum disparity (=0)
| |
| numberOfDisparities |
maximum disparity - minimum disparity
| |
| preFilterCap |
up to ~31
| |
| preFilteredImg0 |
internal buffers, do not modify (!)
| |
| preFilteredImg1 |
internal buffers, do not modify (!)
| |
| preFilterSize |
~5x5..21x21
| |
| preFilterType |
0 for now
| |
| SADWindowSize |
Could be 5x5..21x21. Correspondence using Sum of Absolute Difference (SAD):
| |
| slidingSumBuf |
internal buffers, do not modify (!)
| |
| speckleRange |
Acceptable range of variation in window (not used)
| |
| speckleWindowSize |
Disparity variation window (not used)
| |
| textureThreshold |
areas with no texture are ignored
| |
| ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| uniquenessRatio |
Filter out pixels if there are other close matches
|