| StereoSGBMPreFilterCap Property |
Truncation value for the prefiltered image pixels. The algorithm first
computes x-derivative at each pixel and clips its value by [-preFilterCap, preFilterCap] interval.
The result values are passed to the Birchfield-Tomasi pixel cost function.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int PreFilterCap { get; set; }
Public Property PreFilterCap As Integer
Get
Set
public:
property int PreFilterCap {
int get ();
void set (int value);
}
member PreFilterCap : int with get, set
Property Value
Type:
Int32See Also