Class to build a filter for the blob search. More...
Public Member Functions | |
| bool | contains_range_filter (self) |
| Check if a range filter exists. | |
Properties | |
| border_filter = property | |
| int: Gets or sets whether to filter blobs, that touch the borders of the image (see cvb.foundation.BlobBorderFilter). | |
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.
For further information regarding Qt/QML, see Image Display in Python Using Qt/QML
Default filter without any filter set.
| bool contains_range_filter | ( | self | ) |
Check if a range filter exists.
bool True if a range filter for the given attribute exists, False otherwise.