Documentation of 'boofcv.alg.feature.detect.interest.EasyGeneralFeatureDetector' Java class
EasyGeneralFeatureDetector
boofcv.alg.feature.detect.interest

Class EasyGeneralFeatureDetector<T extends ImageGray,D extends ImageGray>

    • Constructor Detail

      • EasyGeneralFeatureDetector

        public EasyGeneralFeatureDetector(GeneralFeatureDetector<T,D> detector,
                                          java.lang.Class<T> imageType,
                                          java.lang.Class<D> derivType)
        Configures detector and uses default image derivatives.
        Parameters:
        detector - Feature detector.
        imageType - Type of input image
        derivType - If null then the derivative will be selected using the image type.
    • Method Detail

      • detect

        public void detect(T input,
                           QueueCorner exclude)
        Detect features inside the image. Excluding points in the exclude list.
        Parameters:
        input - Image being processed.
        exclude - List of points that should not be returned.

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.