CVBpy 14.0
BlobBorderFilter Class Reference

Enumeration for filtering blobs, that touch the boundaries of the AOI specified for blob extraction. More...

Inherits object.

Static Public Attributes

int All = 15
 Filter out those blobs, that touch any border.
 
int Bottom = 8
 Filter out those blobs, that touch the bottom border.
 
int Left = 4
 Filter out those blobs, that touch the left border.
 
int Right = 1
 Filter out those blobs, that touch the right border.
 
int Top = 2
 Filter out those blobs, that touch the top border.
 

Detailed Description

Enumeration for filtering blobs, that touch the boundaries of the AOI specified for blob extraction.

These values can be OR combined.