Class StarDetector


  • public class StarDetector
    extends Feature2D
    The class implements the keypoint detector introduced by CITE: Agrawal08, synonym of StarDetector. :
    • Constructor Detail

      • StarDetector

        protected StarDetector​(long addr)
    • Method Detail

      • __fromPtr__

        public static StarDetector __fromPtr__​(long addr)
      • create

        public static StarDetector create​(int maxSize,
                                          int responseThreshold,
                                          int lineThresholdProjected,
                                          int lineThresholdBinarized,
                                          int suppressNonmaxSize)
      • create

        public static StarDetector create​(int maxSize,
                                          int responseThreshold,
                                          int lineThresholdProjected,
                                          int lineThresholdBinarized)
      • create

        public static StarDetector create​(int maxSize,
                                          int responseThreshold,
                                          int lineThresholdProjected)
      • create

        public static StarDetector create​(int maxSize,
                                          int responseThreshold)
      • create

        public static StarDetector create​(int maxSize)
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Feature2D
        Throws:
        java.lang.Throwable