public static class opencv_features2d.FREAK extends opencv_features2d.DescriptorExtractor
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
NB_ORIENPAIRS
enum cv::FREAK::
|
static int |
NB_PAIRS
enum cv::FREAK::
|
static int |
NB_SCALES
enum cv::FREAK::
|
| Constructor and Description |
|---|
opencv_features2d.FREAK() |
opencv_features2d.FREAK(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves,
int[] selectedPairs) |
opencv_features2d.FREAK(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves,
IntBuffer selectedPairs) |
opencv_features2d.FREAK(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves,
IntPointer selectedPairs)
Constructor
|
opencv_features2d.FREAK(int size) |
opencv_features2d.FREAK(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
descriptorSize()
returns the descriptor length in bytes
|
int |
descriptorType()
returns the descriptor type
|
opencv_core.AlgorithmInfo |
info() |
opencv_features2d.FREAK |
position(int position) |
IntPointer |
selectPairs(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints) |
IntPointer |
selectPairs(opencv_core.MatVector images,
opencv_features2d.KeyPointVectorVector keypoints,
double corrThresh,
boolean verbose)
select the 512 "best description pairs"
|
compute, compute, create, create, empty_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, name, paramHelp, paramHelp, paramType, paramType, read, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setAlgorithm, setAlgorithm, setBool, setBool, setDouble, setDouble, setInt, setInt, setMat, setMat, setMatVector, setMatVector, setString, setString, writeaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic static final int NB_SCALES
public static final int NB_PAIRS
public static final int NB_ORIENPAIRS
public opencv_features2d.FREAK(Pointer p)
public opencv_features2d.FREAK(int size)
public opencv_features2d.FREAK(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves,
IntPointer selectedPairs)
orientationNormalized - enable orientation normalizationscaleNormalized - enable scale normalizationpatternScale - scaling of the description patternnbOctave - number of octaves covered by the detected keypointsselectedPairs - (optional) user defined selected pairspublic opencv_features2d.FREAK()
public opencv_features2d.FREAK(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves,
IntBuffer selectedPairs)
public opencv_features2d.FREAK(boolean orientationNormalized,
boolean scaleNormalized,
float patternScale,
int nOctaves,
int[] selectedPairs)
public opencv_features2d.FREAK position(int position)
position in class opencv_core.Algorithmpublic int descriptorSize()
descriptorSize in class opencv_features2d.DescriptorExtractorpublic int descriptorType()
descriptorType in class opencv_features2d.DescriptorExtractorpublic IntPointer selectPairs(opencv_core.MatVector images, opencv_features2d.KeyPointVectorVector keypoints, double corrThresh, boolean verbose)
images - grayscale images setkeypoints - set of detected keypointscorrThresh - correlation thresholdverbose - print construction informationpublic IntPointer selectPairs(opencv_core.MatVector images, opencv_features2d.KeyPointVectorVector keypoints)
public opencv_core.AlgorithmInfo info()
info in class opencv_core.AlgorithmCopyright © 2014. All Rights Reserved.