| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_tracking.TrackerFeatureFeature2d
\brief TrackerFeature based on Feature2D
|
static class |
opencv_tracking.TrackerFeatureHAAR
\brief TrackerFeature based on HAAR features, used by TrackerMIL and many others algorithms
\note HAAR features implementation is copied from apps/traincascade and modified according to MIL
|
static class |
opencv_tracking.TrackerFeatureHOG
\brief TrackerFeature based on HOG
|
static class |
opencv_tracking.TrackerFeatureLBP
\brief TrackerFeature based on LBP
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.TrackerFeature |
opencv_tracking.TrackerFeature.create(org.bytedeco.javacpp.BytePointer trackerFeatureType)
\brief Create TrackerFeature by tracker feature type
|
static opencv_tracking.TrackerFeature |
opencv_tracking.TrackerFeature.create(String trackerFeatureType) |
opencv_tracking.TrackerFeature |
opencv_tracking.StringTrackerFeaturePairVector.second(long i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_tracking.TrackerFeatureSet.addTrackerFeature(opencv_tracking.TrackerFeature feature)
\overload
|
opencv_tracking.StringTrackerFeaturePairVector |
opencv_tracking.StringTrackerFeaturePairVector.put(org.bytedeco.javacpp.BytePointer[] firstValue,
opencv_tracking.TrackerFeature[] secondValue) |
opencv_tracking.StringTrackerFeaturePairVector |
opencv_tracking.StringTrackerFeaturePairVector.put(String[] firstValue,
opencv_tracking.TrackerFeature[] secondValue) |
opencv_tracking.StringTrackerFeaturePairVector |
opencv_tracking.StringTrackerFeaturePairVector.second(long i,
opencv_tracking.TrackerFeature second) |
| Constructor and Description |
|---|
StringTrackerFeaturePairVector(org.bytedeco.javacpp.BytePointer[] firstValue,
opencv_tracking.TrackerFeature[] secondValue) |
StringTrackerFeaturePairVector(String[] firstValue,
opencv_tracking.TrackerFeature[] secondValue) |
Copyright © 2018. All rights reserved.