Uses of Class
org.opencv.xfeatures2d.LATCH
-
Packages that use LATCH Package Description org.opencv.xfeatures2d -
-
Uses of LATCH in org.opencv.xfeatures2d
Methods in org.opencv.xfeatures2d that return LATCH Modifier and Type Method Description static LATCH
LATCH. __fromPtr__(long addr)
static LATCH
LATCH. create()
static LATCH
LATCH. create(int bytes)
static LATCH
LATCH. create(int bytes, boolean rotationInvariance)
static LATCH
LATCH. create(int bytes, boolean rotationInvariance, int half_ssd_size)
static LATCH
LATCH. create(int bytes, boolean rotationInvariance, int half_ssd_size, double sigma)
-