SimpleBlobDetectorParamsFilterByArea Property |
http://www.emgu.com
Filter by area
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic bool FilterByArea { get; set; }
Public Property FilterByArea As Boolean
Get
Set
public:
property bool FilterByArea {
bool get ();
void set (bool value);
}
member FilterByArea : bool with get, set
Property Value
Type:
Boolean
See Also