Class SURF

    • Constructor Detail

      • SURF

        protected SURF​(long addr)
    • Method Detail

      • __fromPtr__

        public static SURF __fromPtr__​(long addr)
      • create

        public static SURF create​(double hessianThreshold,
                                  int nOctaves,
                                  int nOctaveLayers,
                                  boolean extended,
                                  boolean upright)
      • create

        public static SURF create​(double hessianThreshold,
                                  int nOctaves,
                                  int nOctaveLayers,
                                  boolean extended)
      • create

        public static SURF create​(double hessianThreshold,
                                  int nOctaves,
                                  int nOctaveLayers)
      • create

        public static SURF create​(double hessianThreshold,
                                  int nOctaves)
      • create

        public static SURF create​(double hessianThreshold)
      • create

        public static SURF create()
      • getExtended

        public boolean getExtended()
      • getUpright

        public boolean getUpright()
      • getHessianThreshold

        public double getHessianThreshold()
      • getNOctaveLayers

        public int getNOctaveLayers()
      • getNOctaves

        public int getNOctaves()
      • setExtended

        public void setExtended​(boolean extended)
      • setHessianThreshold

        public void setHessianThreshold​(double hessianThreshold)
      • setNOctaveLayers

        public void setNOctaveLayers​(int nOctaveLayers)
      • setNOctaves

        public void setNOctaves​(int nOctaves)
      • setUpright

        public void setUpright​(boolean upright)
      • finalize

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