Package org.opencv.xfeatures2d
Class BoostDesc
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.features2d.Feature2D
-
- org.opencv.xfeatures2d.BoostDesc
-
public class BoostDesc extends Feature2D
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BoostDesc(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BoostDesc
__fromPtr__(long addr)
static BoostDesc
create()
static BoostDesc
create(int desc)
static BoostDesc
create(int desc, boolean use_scale_orientation)
static BoostDesc
create(int desc, boolean use_scale_orientation, float scale_factor)
protected void
finalize()
float
getScaleFactor()
boolean
getUseScaleOrientation()
void
setScaleFactor(float scale_factor)
void
setUseScaleOrientation(boolean use_scale_orientation)
-
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 BoostDesc __fromPtr__(long addr)
-
create
public static BoostDesc create(int desc, boolean use_scale_orientation, float scale_factor)
-
create
public static BoostDesc create(int desc, boolean use_scale_orientation)
-
create
public static BoostDesc create(int desc)
-
create
public static BoostDesc create()
-
getUseScaleOrientation
public boolean getUseScaleOrientation()
-
getScaleFactor
public float getScaleFactor()
-
setScaleFactor
public void setScaleFactor(float scale_factor)
-
setUseScaleOrientation
public void setUseScaleOrientation(boolean use_scale_orientation)
-
-