BlobBorderFilter Enumeration

CVB.Net Documentation
Enumeration for filtering blobs that touch the boundaries of the AOI specified for blob extraction.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

[FlagsAttribute]
public enum BlobBorderFilter
Members

  Member nameValueDescription
None0 Do not filter out those blobs that touch a border.
Right1 Filter out those blobs that touch the right border.
Top2 Filter out those blobs that touch the top border.
Left4 Filter out those blobs that touch the left border.
Bottom8 Filter out those blobs that touch the bottom border.
All15 Filter out those blobs that touch any border.
See Also

Reference