Package org.opencv.xfeatures2d
Class BriefDescriptorExtractor
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.features2d.Feature2D
- 
- org.opencv.xfeatures2d.BriefDescriptorExtractor
 
 
 
- 
 public class BriefDescriptorExtractor extends Feature2D Class for computing BRIEF descriptors described in CITE: calon2010 . bytes legth of the descriptor in bytes, valid values are: 16, 32 (default) or 64 . use_orientation sample patterns using keypoints orientation, disabled by default.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedBriefDescriptorExtractor(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BriefDescriptorExtractor__fromPtr__(long addr)static BriefDescriptorExtractorcreate()static BriefDescriptorExtractorcreate(int bytes)static BriefDescriptorExtractorcreate(int bytes, boolean use_orientation)protected voidfinalize()- 
Methods inherited from class org.opencv.features2d.Feature2Dcompute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, getDefaultName, read, write
 - 
Methods inherited from class org.opencv.core.Algorithmclear, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static BriefDescriptorExtractor __fromPtr__(long addr) 
 - 
createpublic static BriefDescriptorExtractor create(int bytes, boolean use_orientation) 
 - 
createpublic static BriefDescriptorExtractor create(int bytes) 
 - 
createpublic static BriefDescriptorExtractor create() 
 
- 
 
-