Click or drag to resize
Accord.NET (logo)

IBlobsFilter Interface

Interface for custom blobs' filters used for filtering blobs after blob counting.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface IBlobsFilter
Request Example View Source

The IBlobsFilter type exposes the following members.

Methods
  NameDescription
Public methodCheck
Check specified blob and decide if should be kept or not.
Top
Remarks

The interface should be implemented by classes, which perform custom blobs' filtering different from default filtering implemented in BlobCounterBase. See BlobsFilter for additional information.

See Also