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 KAZEKAZE. __fromPtr__(long addr)static KAZEKAZE. create()The KAZE constructor DIFF_CHARBONNIERstatic KAZEKAZE. create(boolean extended)The KAZE constructorstatic KAZEKAZE. create(boolean extended, boolean upright)The KAZE constructorstatic KAZEKAZE. create(boolean extended, boolean upright, float threshold)The KAZE constructorstatic KAZEKAZE. create(boolean extended, boolean upright, float threshold, int nOctaves)The KAZE constructorstatic KAZEKAZE. create(boolean extended, boolean upright, float threshold, int nOctaves, int nOctaveLayers)The KAZE constructorstatic KAZEKAZE. create(boolean extended, boolean upright, float threshold, int nOctaves, int nOctaveLayers, int diffusivity)The KAZE constructor
-