Package | Description |
---|---|
org.bytedeco.opencv.opencv_tracking |
Modifier and Type | Class and Description |
---|---|
class |
TrackerFeatureFeature2d
\brief TrackerFeature based on Feature2D
|
class |
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
|
class |
TrackerFeatureHOG
\brief TrackerFeature based on HOG
|
class |
TrackerFeatureLBP
\brief TrackerFeature based on LBP
|
Modifier and Type | Method and Description |
---|---|
static TrackerFeature |
TrackerFeature.create(BytePointer trackerFeatureType)
\brief Create TrackerFeature by tracker feature type
|
static TrackerFeature |
TrackerFeature.create(String trackerFeatureType) |
TrackerFeature |
StringTrackerFeaturePairVector.second(long i) |
Modifier and Type | Method and Description |
---|---|
boolean |
TrackerFeatureSet.addTrackerFeature(TrackerFeature feature)
\overload
|
StringTrackerFeaturePairVector |
StringTrackerFeaturePairVector.put(BytePointer[] firstValue,
TrackerFeature[] secondValue) |
StringTrackerFeaturePairVector |
StringTrackerFeaturePairVector.put(String[] firstValue,
TrackerFeature[] secondValue) |
StringTrackerFeaturePairVector |
StringTrackerFeaturePairVector.second(long i,
TrackerFeature second) |
Constructor and Description |
---|
StringTrackerFeaturePairVector(BytePointer[] firstValue,
TrackerFeature[] secondValue) |
StringTrackerFeaturePairVector(String[] firstValue,
TrackerFeature[] secondValue) |
Copyright © 2020. All rights reserved.