Package org.anchoranalysis.plugin.image.bean.object.provider.filter


package org.anchoranalysis.plugin.image.bean.object.provider.filter
Implementations of ObjectCollectionProvider that filter objects.
  • Classes
    Class
    Description
    Filters an ObjectCollection using the specified ObjectFilter.
    Filters an ObjectCollection by grouping objects and then applying a filter to each group.
    Returns only the objects that intersect with at least one object in the container
    Provides an ObjectCollection by matching objects using a specified ObjectMatcher.
    Filters objects to keep only those which are NOT in the container.
    Base class for object collection providers that apply a filter to the objects.
    Considers all possible pairs of objects in a provider, and removes those that touch the border.