@Namespace(value="cv") @Properties(inherit=opencv_tracking.class) public class TrackerStateEstimator extends Pointer
See \cite AAM State estimator
See \cite AMVOT Statistical modeling (Fig. 3), Table III (generative) - IV (discriminative) - V (hybrid)
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TrackerStateEstimator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static TrackerStateEstimator |
create(BytePointer trackeStateEstimatorType)
\brief Create TrackerStateEstimator by tracker state estimator type
|
static TrackerStateEstimator |
create(String trackeStateEstimatorType) |
TrackerTargetState |
estimate(ConfidenceMapVector confidenceMaps)
\brief Estimate the most likely target state, return the estimated state
|
BytePointer |
getClassName()
\brief Get the name of the specific TrackerStateEstimator
|
void |
update(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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public TrackerStateEstimator(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr @ByVal public TrackerTargetState estimate(@Const @ByRef ConfidenceMapVector confidenceMaps)
confidenceMaps
- The overall appearance model as a list of :cConfidenceMappublic void update(@ByRef ConfidenceMapVector confidenceMaps)
confidenceMaps
- The overall appearance model as a list of :cConfidenceMap@opencv_core.Ptr public static TrackerStateEstimator create(@opencv_core.Str 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 TrackerStateEstimator create(@opencv_core.Str String trackeStateEstimatorType)
@opencv_core.Str public BytePointer getClassName()
Copyright © 2020. All rights reserved.