public static class opencv_features2d.SurfAdjuster extends opencv_features2d.AdjusterAdapter
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.SurfAdjuster() |
opencv_features2d.SurfAdjuster(double initial_thresh,
double min_thresh,
double max_thresh) |
opencv_features2d.SurfAdjuster(int size) |
opencv_features2d.SurfAdjuster(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.AdjusterAdapter |
clone() |
boolean |
good()
are params maxed out or still valid?
\return false if the parameters can't be adjusted any more
|
opencv_features2d.SurfAdjuster |
position(int position) |
void |
tooFew(int minv,
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 maxv,
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
|
create, createdetect, 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, 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.SurfAdjuster(Pointer p)
public opencv_features2d.SurfAdjuster(int size)
public opencv_features2d.SurfAdjuster(double initial_thresh,
double min_thresh,
double max_thresh)
public opencv_features2d.SurfAdjuster()
public opencv_features2d.SurfAdjuster position(int position)
position in class opencv_core.Algorithmpublic void tooFew(int minv,
int n_detected)
opencv_features2d.AdjusterAdaptertooFew in class opencv_features2d.AdjusterAdapterpublic void tooMany(int maxv,
int n_detected)
opencv_features2d.AdjusterAdaptertooMany in class opencv_features2d.AdjusterAdapterpublic boolean good()
opencv_features2d.AdjusterAdaptergood in class opencv_features2d.AdjusterAdapterpublic opencv_features2d.AdjusterAdapter clone()
clone in class opencv_features2d.AdjusterAdapterCopyright © 2014. All Rights Reserved.