Interface FilterObjects<T,​V>

  • All Known Implementing Classes:
    FilterSmallRecognizedObjects

    public interface FilterObjects<T,​V>
    Filters list of recognized objects, depending on the implementation.
    Since:
    1.0
    Author:
    Christoph Praschl, Andreas Pointner
    • Method Detail

      • filter

        List<RecognizedObject<T,​V>> filter​(List<RecognizedObject<T,​V>> objects,
                                                 double threshold)
        Remove objects from the given list using a threshold.
        Parameters:
        objects - objects to filter
        threshold - threshold to use during the filtering process
        Returns:
        new list containing filtered objects