Uses of Class
org.opencv.xfeatures2d.VGG
-
Packages that use VGG Package Description org.opencv.xfeatures2d -
-
Uses of VGG in org.opencv.xfeatures2d
Methods in org.opencv.xfeatures2d that return VGG Modifier and Type Method Description static VGGVGG. __fromPtr__(long addr)static VGGVGG. create()static VGGVGG. create(int desc)static VGGVGG. create(int desc, float isigma)static VGGVGG. create(int desc, float isigma, boolean img_normalize)static VGGVGG. create(int desc, float isigma, boolean img_normalize, boolean use_scale_orientation)static VGGVGG. create(int desc, float isigma, boolean img_normalize, boolean use_scale_orientation, float scale_factor)static VGGVGG. create(int desc, float isigma, boolean img_normalize, boolean use_scale_orientation, float scale_factor, boolean dsc_normalize)
-