Class VGG

    • Constructor Detail

      • VGG

        protected VGG​(long addr)
    • Method Detail

      • __fromPtr__

        public static VGG __fromPtr__​(long addr)
      • create

        public static VGG create​(int desc,
                                 float isigma,
                                 boolean img_normalize,
                                 boolean use_scale_orientation,
                                 float scale_factor,
                                 boolean dsc_normalize)
      • create

        public static VGG create​(int desc,
                                 float isigma,
                                 boolean img_normalize,
                                 boolean use_scale_orientation,
                                 float scale_factor)
      • create

        public static VGG create​(int desc,
                                 float isigma,
                                 boolean img_normalize,
                                 boolean use_scale_orientation)
      • create

        public static VGG create​(int desc,
                                 float isigma,
                                 boolean img_normalize)
      • create

        public static VGG create​(int desc,
                                 float isigma)
      • create

        public static VGG create​(int desc)
      • create

        public static VGG create()
      • getUseNormalizeDescriptor

        public boolean getUseNormalizeDescriptor()
      • getUseNormalizeImage

        public boolean getUseNormalizeImage()
      • getUseScaleOrientation

        public boolean getUseScaleOrientation()
      • getScaleFactor

        public float getScaleFactor()
      • getSigma

        public float getSigma()
      • setScaleFactor

        public void setScaleFactor​(float scale_factor)
      • setSigma

        public void setSigma​(float isigma)
      • setUseNormalizeDescriptor

        public void setUseNormalizeDescriptor​(boolean dsc_normalize)
      • setUseNormalizeImage

        public void setUseNormalizeImage​(boolean img_normalize)
      • setUseScaleOrientation

        public void setUseScaleOrientation​(boolean use_scale_orientation)
      • finalize

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