Class AbstractFeaturebasedObjectDetector<I,​P,​R>

  • Type Parameters:
    P - Type of Point wrapped by Point2Wrapper
    I - Type of Image wrapped by ImageWrapper
    R - Type of Rectangle wrapped by RectangleWrapper
    All Implemented Interfaces:
    ObjectDetector<I,​P,​R>
    Direct Known Subclasses:
    OpenCVFeaturebasedObjectDetector

    public abstract class AbstractFeaturebasedObjectDetector<I,​P,​R>
    extends AbstractObjectDetector<I,​P,​R>

    Abstract class for detecting object based on a features

    Since:
    1.0
    Author:
    Christoph Praschl
    • Field Detail

      • objectReferenceImage

        @NonNull
        protected @NonNull ImageWrapper<I> objectReferenceImage
      • minNumberMatchingFeatures

        protected int minNumberMatchingFeatures
      • threshold

        protected double threshold
    • Constructor Detail

      • AbstractFeaturebasedObjectDetector

        public AbstractFeaturebasedObjectDetector()