| StereoMatcherBlockSize Property |
[Missing <summary> documentation for "P:OpenCvSharp.StereoMatcher.BlockSize"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int BlockSize { get; set; }
Public Property BlockSize As Integer
Get
Set
public:
property int BlockSize {
int get ();
void set (int value);
}
member BlockSize : int with get, set
Property Value
Type:
Int32See Also