Package | Description |
---|---|
org.bytedeco.opencv.opencv_tracking |
Modifier and Type | Class and Description |
---|---|
class |
TrackerSamplerCS
\brief TrackerSampler based on CS (current state), used by algorithm TrackerBoosting
|
class |
TrackerSamplerCSC
\brief TrackerSampler based on CSC (current state centered), used by MIL algorithm TrackerMIL
|
class |
TrackerSamplerPF
\brief This sampler is based on particle filtering.
|
Modifier and Type | Method and Description |
---|---|
static TrackerSamplerAlgorithm |
TrackerSamplerAlgorithm.create(BytePointer trackerSamplerType)
\brief Create TrackerSamplerAlgorithm by tracker sampler type.
|
static TrackerSamplerAlgorithm |
TrackerSamplerAlgorithm.create(String trackerSamplerType) |
TrackerSamplerAlgorithm |
StringTrackerSamplerAlgorithmPairVector.second(long i) |
Modifier and Type | Method and Description |
---|---|
boolean |
TrackerSampler.addTrackerSamplerAlgorithm(TrackerSamplerAlgorithm sampler)
\overload
|
StringTrackerSamplerAlgorithmPairVector |
StringTrackerSamplerAlgorithmPairVector.put(BytePointer[] firstValue,
TrackerSamplerAlgorithm[] secondValue) |
StringTrackerSamplerAlgorithmPairVector |
StringTrackerSamplerAlgorithmPairVector.put(String[] firstValue,
TrackerSamplerAlgorithm[] secondValue) |
StringTrackerSamplerAlgorithmPairVector |
StringTrackerSamplerAlgorithmPairVector.second(long i,
TrackerSamplerAlgorithm second) |
Constructor and Description |
---|
StringTrackerSamplerAlgorithmPairVector(BytePointer[] firstValue,
TrackerSamplerAlgorithm[] secondValue) |
StringTrackerSamplerAlgorithmPairVector(String[] firstValue,
TrackerSamplerAlgorithm[] secondValue) |
Copyright © 2020. All rights reserved.