Class SIFT

    • Constructor Detail

      • SIFT

        protected SIFT​(long addr)
    • Method Detail

      • __fromPtr__

        public static SIFT __fromPtr__​(long addr)
      • create

        public static SIFT create​(int nfeatures,
                                  int nOctaveLayers,
                                  double contrastThreshold,
                                  double edgeThreshold,
                                  double sigma)
      • create

        public static SIFT create​(int nfeatures,
                                  int nOctaveLayers,
                                  double contrastThreshold,
                                  double edgeThreshold)
      • create

        public static SIFT create​(int nfeatures,
                                  int nOctaveLayers,
                                  double contrastThreshold)
      • create

        public static SIFT create​(int nfeatures,
                                  int nOctaveLayers)
      • create

        public static SIFT create​(int nfeatures)
      • create

        public static SIFT create()
      • finalize

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