| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_features2d.FastAdjuster
\brief an adjust for the FAST detector.
|
static class |
opencv_features2d.StarAdjuster
An adjuster for StarFeatureDetector, this one adjusts the responseThreshold for now
TODO find a faster way to converge the parameters for Star - use CvStarDetectorParams
|
static class |
opencv_features2d.SurfAdjuster |
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.AdjusterAdapter |
opencv_features2d.AdjusterAdapter.clone() |
opencv_features2d.AdjusterAdapter |
opencv_features2d.FastAdjuster.clone() |
opencv_features2d.AdjusterAdapter |
opencv_features2d.StarAdjuster.clone() |
opencv_features2d.AdjusterAdapter |
opencv_features2d.SurfAdjuster.clone() |
opencv_features2d.AdjusterAdapter |
opencv_features2d.AdjusterAdapter.create(BytePointer detectorType) |
opencv_features2d.AdjusterAdapter |
opencv_features2d.AdjusterAdapter.create(String detectorType) |
| Constructor and Description |
|---|
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
|
Copyright © 2014. All Rights Reserved.