Enum StereoBMPreset
Specifies available presets of stereo block matching algorithm parameters.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum StereoBMPreset : int
Fields
| Name | Description |
|---|---|
| Basic | Specifies parameters suitable for general cameras. |
| FishEye | Specifies parameters suitable for wide-angle cameras. |
| Narrow | Specifies parameters suitable for narrow-angle cameras. |