Package org.opencv.xfeatures2d
Class LATCH
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.features2d.Feature2D
-
- org.opencv.xfeatures2d.LATCH
-
public class LATCH extends Feature2D
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LATCH(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LATCH
__fromPtr__(long addr)
static LATCH
create()
static LATCH
create(int bytes)
static LATCH
create(int bytes, boolean rotationInvariance)
static LATCH
create(int bytes, boolean rotationInvariance, int half_ssd_size)
static LATCH
create(int bytes, boolean rotationInvariance, int half_ssd_size, double sigma)
protected void
finalize()
-
Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
-
Methods inherited from class org.opencv.core.Algorithm
clear, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static LATCH __fromPtr__(long addr)
-
create
public static LATCH create(int bytes, boolean rotationInvariance, int half_ssd_size, double sigma)
-
create
public static LATCH create(int bytes, boolean rotationInvariance, int half_ssd_size)
-
create
public static LATCH create(int bytes, boolean rotationInvariance)
-
create
public static LATCH create(int bytes)
-
create
public static LATCH create()
-
-