@Namespace(value="cv")
public static class opencv_tracking.TrackerStateEstimator
extends org.bytedeco.javacpp.Pointer
See \cite AAM State estimator
See \cite AMVOT Statistical modeling (Fig. 3), Table III (generative) - IV (discriminative) - V (hybrid)
| Constructor and Description |
|---|
TrackerStateEstimator(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_tracking.TrackerStateEstimator |
create(org.bytedeco.javacpp.BytePointer trackeStateEstimatorType)
\brief Create TrackerStateEstimator by tracker state estimator type
|
static opencv_tracking.TrackerStateEstimator |
create(String trackeStateEstimatorType) |
opencv_tracking.TrackerTargetState |
estimate(opencv_tracking.ConfidenceMapVector confidenceMaps)
\brief Estimate the most likely target state, return the estimated state
|
org.bytedeco.javacpp.BytePointer |
getClassName()
\brief Get the name of the specific TrackerStateEstimator
|
void |
update(opencv_tracking.ConfidenceMapVector confidenceMaps)
\brief Update the ConfidenceMap with the scores
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic TrackerStateEstimator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr @ByVal public opencv_tracking.TrackerTargetState estimate(@Const @ByRef opencv_tracking.ConfidenceMapVector confidenceMaps)
confidenceMaps - The overall appearance model as a list of :cConfidenceMappublic void update(@ByRef
opencv_tracking.ConfidenceMapVector confidenceMaps)
confidenceMaps - The overall appearance model as a list of :cConfidenceMap@opencv_core.Ptr public static opencv_tracking.TrackerStateEstimator create(@opencv_core.Str org.bytedeco.javacpp.BytePointer trackeStateEstimatorType)
trackeStateEstimatorType - The TrackerStateEstimator name
The modes available now:
- "BOOSTING" -- Boosting-based discriminative appearance models. See \cite AMVOT section 4.4
The modes available soon:
- "SVM" -- SVM-based discriminative appearance models. See \cite AMVOT section 4.5
@opencv_core.Ptr public static opencv_tracking.TrackerStateEstimator create(@opencv_core.Str String trackeStateEstimatorType)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer getClassName()
Copyright © 2018. All rights reserved.