public static class opencv_features2d.ORB extends opencv_features2d.Feature2D
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 |
FAST_SCORE
enum cv::ORB::
|
static int |
HARRIS_SCORE
enum cv::ORB::
|
static int |
kBytes
enum cv::ORB::
|
| Constructor and Description |
|---|
opencv_features2d.ORB() |
opencv_features2d.ORB(int size) |
opencv_features2d.ORB(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType,
int patchSize) |
opencv_features2d.ORB(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_features2d.KeyPoint keypoints) |
void |
apply(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat descriptors) |
void |
apply(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat descriptors,
boolean useProvidedKeypoints) |
int |
descriptorSize() |
int |
descriptorType() |
opencv_core.AlgorithmInfo |
info() |
opencv_features2d.ORB |
position(int position) |
asDescriptorExtractor, asDescriptorExtractor, compute, create, create, detectAndCompute, detectAndComputedetect, detect, detect, detect, 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 kBytes
public static final int HARRIS_SCORE
public static final int FAST_SCORE
public opencv_features2d.ORB(Pointer p)
public opencv_features2d.ORB(int size)
public opencv_features2d.ORB(int nfeatures,
float scaleFactor,
int nlevels,
int edgeThreshold,
int firstLevel,
int WTA_K,
int scoreType,
int patchSize)
public opencv_features2d.ORB()
public opencv_features2d.ORB position(int position)
position in class opencv_core.Algorithmpublic int descriptorSize()
public int descriptorType()
public void apply(opencv_core.Mat image, opencv_core.Mat mask, opencv_features2d.KeyPoint keypoints)
public void apply(opencv_core.Mat image, opencv_core.Mat mask, opencv_features2d.KeyPoint keypoints, opencv_core.Mat descriptors, boolean useProvidedKeypoints)
public void apply(opencv_core.Mat image, opencv_core.Mat mask, opencv_features2d.KeyPoint keypoints, opencv_core.Mat descriptors)
public opencv_core.AlgorithmInfo info()
info in class opencv_core.AlgorithmCopyright © 2014. All Rights Reserved.