Interface FeatureDetection<E,​I>

    • Method Detail

      • getFeature

        FeatureWrapper<E> getFeature​(ImageWrapper<I> img,
                                     String additionalParameters)
        Method for computing feature of an image source.
        Parameters:
        img - is the source for which features should be extracted
        additionalParameters - additional parameters to set for the feature detection
        Returns:
        A featurewrapper containing the computed features of the image.
      • getFeature

        FeatureWrapper<E> getFeature​(ImageWrapper<I> img,
                                     String additionalParameters,
                                     int bestX)
        Method for computing feature of an image source.
        Parameters:
        img - is the source for which features should be extracted
        additionalParameters - additional parameters to set for the feature detection
        bestX - the maximum number of elements that should be in the featureWrapper
        Returns:
        A featurewrapper containing the computed features of the image.