Property NumDisparities
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
NumDisparities
The disparity search range. For each pixel the algorithm will find the best disparity from 0 (default minimum disparity) to NumDisparities. The search range can then be shifted by changing the minimum disparity.
public int NumDisparities { get; set; }