![]() |
BlobCounterBaseCoupledSizeFiltering Property |
Namespace: Accord.Imaging
In uncoupled filtering mode, objects are filtered out in the case if their width is smaller than MinWidthor height is smaller than MinHeight. But in coupled filtering mode, objects are filtered out in the case if their width is smaller than MinWidthand height is smaller than MinHeight. In both modes the idea with filtering by objects' maximum size is the same as filtering by objects' minimum size.
Default value is set to , what means uncoupled filtering by size.