Uses of Class
org.opencv.features2d.KAZE
-
Packages that use KAZE Package Description org.opencv.features2d -
-
Uses of KAZE in org.opencv.features2d
Methods in org.opencv.features2d that return KAZE Modifier and Type Method Description static KAZE
KAZE. __fromPtr__(long addr)
static KAZE
KAZE. create()
The KAZE constructor DIFF_CHARBONNIERstatic KAZE
KAZE. create(boolean extended)
The KAZE constructorstatic KAZE
KAZE. create(boolean extended, boolean upright)
The KAZE constructorstatic KAZE
KAZE. create(boolean extended, boolean upright, float threshold)
The KAZE constructorstatic KAZE
KAZE. create(boolean extended, boolean upright, float threshold, int nOctaves)
The KAZE constructorstatic KAZE
KAZE. create(boolean extended, boolean upright, float threshold, int nOctaves, int nOctaveLayers)
The KAZE constructorstatic KAZE
KAZE. create(boolean extended, boolean upright, float threshold, int nOctaves, int nOctaveLayers, int diffusivity)
The KAZE constructor
-