public static class opencv_features2d.AdjusterAdapter extends opencv_features2d.FeatureDetector
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.AdjusterAdapter() |
opencv_features2d.AdjusterAdapter(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.AdjusterAdapter |
clone() |
opencv_features2d.AdjusterAdapter |
create(BytePointer detectorType) |
opencv_features2d.AdjusterAdapter |
create(String detectorType) |
boolean |
good()
are params maxed out or still valid?
\return false if the parameters can't be adjusted any more
|
void |
tooFew(int min,
int n_detected)
too few features were detected so, adjust the detector params accordingly
\param min the minimum number of desired features
\param n_detected the number previously detected
|
void |
tooMany(int max,
int n_detected)
too many features were detected so, adjust the detector params accordingly
\param max the maximum number of desired features
\param n_detected the number previously detected
|
detect, detect, detect, detect, empty_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, info, name, paramHelp, paramHelp, paramType, paramType, position, 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 opencv_features2d.AdjusterAdapter()
public opencv_features2d.AdjusterAdapter(Pointer p)
public void tooFew(int min,
int n_detected)
public void tooMany(int max,
int n_detected)
public boolean good()
public opencv_features2d.AdjusterAdapter clone()
public opencv_features2d.AdjusterAdapter create(BytePointer detectorType)
create in class opencv_features2d.FeatureDetectorpublic opencv_features2d.AdjusterAdapter create(String detectorType)
create in class opencv_features2d.FeatureDetectorCopyright © 2014. All Rights Reserved.