| SimpleBlobDetectorParamsFilterByConvexity Property |
[Missing <summary> documentation for "P:OpenCvSharp.SimpleBlobDetector.Params.FilterByConvexity"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool FilterByConvexity { get; set; }
Public Property FilterByConvexity As Boolean
Get
Set
public:
property bool FilterByConvexity {
bool get ();
void set (bool value);
}
member FilterByConvexity : bool with get, set
Property Value
Type:
BooleanSee Also