Package org.opencv.features2d
Class AKAZE
java.lang.Object
org.opencv.core.Algorithm
org.opencv.features2d.Feature2D
org.opencv.features2d.AKAZE
public class AKAZE extends Feature2D
-
Field Summary
Fields Modifier and Type Field Description static intDESCRIPTOR_KAZEstatic intDESCRIPTOR_KAZE_UPRIGHTstatic intDESCRIPTOR_MLDBstatic intDESCRIPTOR_MLDB_UPRIGHT -
Constructor Summary
Constructors Modifier Constructor Description protectedAKAZE(long addr) -
Method Summary
Modifier and Type Method Description static AKAZE__fromPtr__(long addr)static AKAZEcreate()static AKAZEcreate(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers, int diffusivity)protected voidfinalize()StringgetDefaultName()intgetDescriptorChannels()intgetDescriptorSize()intgetDescriptorType()intgetDiffusivity()intgetNOctaveLayers()intgetNOctaves()doublegetThreshold()voidsetDescriptorChannels(int dch)voidsetDescriptorSize(int dsize)voidsetDescriptorType(int dtype)voidsetDiffusivity(int diff)voidsetNOctaveLayers(int octaveLayers)voidsetNOctaves(int octaves)voidsetThreshold(double threshold)Methods inherited from class org.opencv.features2d.Feature2D
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
-
Field Details
-
DESCRIPTOR_KAZE_UPRIGHT
public static final int DESCRIPTOR_KAZE_UPRIGHT- See Also:
- Constant Field Values
-
DESCRIPTOR_KAZE
public static final int DESCRIPTOR_KAZE- See Also:
- Constant Field Values
-
DESCRIPTOR_MLDB_UPRIGHT
public static final int DESCRIPTOR_MLDB_UPRIGHT- See Also:
- Constant Field Values
-
DESCRIPTOR_MLDB
public static final int DESCRIPTOR_MLDB- See Also:
- Constant Field Values
-
-
Constructor Details
-
AKAZE
protected AKAZE(long addr)
-
-
Method Details
-
__fromPtr__
-
create
public static AKAZE create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers, int diffusivity) -
create
-
getDefaultName
- Overrides:
getDefaultNamein classFeature2D
-
getThreshold
public double getThreshold() -
getDescriptorChannels
public int getDescriptorChannels() -
getDescriptorSize
public int getDescriptorSize() -
getDescriptorType
public int getDescriptorType() -
getDiffusivity
public int getDiffusivity() -
getNOctaveLayers
public int getNOctaveLayers() -
getNOctaves
public int getNOctaves() -
setDescriptorChannels
public void setDescriptorChannels(int dch) -
setDescriptorSize
public void setDescriptorSize(int dsize) -
setDescriptorType
public void setDescriptorType(int dtype) -
setDiffusivity
public void setDiffusivity(int diff) -
setNOctaveLayers
public void setNOctaveLayers(int octaveLayers) -
setNOctaves
public void setNOctaves(int octaves) -
setThreshold
public void setThreshold(double threshold) -
finalize
-