CVBpy 14.0
BlobFilter Class Reference

Class to build a filter for the blob search. More...

Inherits object.

Public Member Functions

bool contains_range_filter (self)
 Check if a range filter exists. More...
 

Properties

 border_filter = property
 int: Gets or sets whether to filter blobs, that touch the borders of the image (see cvb.foundation.BlobBorderFilter).
 

Detailed Description

Class to build a filter for the blob search.

Use [] with cvb.foundation.BlobRangeFillter as key and cvb.NumberRange as value to define the filter.

Default filter without any filter set.

Member Function Documentation

◆ contains_range_filter()

bool contains_range_filter (   self)

Check if a range filter exists.

Returns

bool True if a range filter for the given attribute exists, False otherwise.