public static class opencv_features2d.DynamicAdaptedFeatureDetector 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.DynamicAdaptedFeatureDetector() |
opencv_features2d.DynamicAdaptedFeatureDetector(opencv_features2d.AdjusterAdapter adjuster) |
opencv_features2d.DynamicAdaptedFeatureDetector(opencv_features2d.AdjusterAdapter adjuster,
int min_features,
int max_features,
int max_iters)
\param adjuster an AdjusterAdapter that will do the detection and parameter adjustment
\param max_features the maximum desired number of features
\param max_iters the maximum number of times to try to adjust the feature detector params
for the FastAdjuster this can be high, but with Star or Surf this can get time consuming
\param min_features the minimum desired features
|
opencv_features2d.DynamicAdaptedFeatureDetector(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty() |
create, create, detect, detect, detect, detect_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.DynamicAdaptedFeatureDetector()
public opencv_features2d.DynamicAdaptedFeatureDetector(Pointer p)
public opencv_features2d.DynamicAdaptedFeatureDetector(opencv_features2d.AdjusterAdapter adjuster, int min_features, int max_features, int max_iters)
public opencv_features2d.DynamicAdaptedFeatureDetector(opencv_features2d.AdjusterAdapter adjuster)
public boolean empty()
empty in class opencv_features2d.FeatureDetectorCopyright © 2014. All Rights Reserved.