@Name(value="std::vector<std::pair<cv::Ptr<cv::TrackerTargetState>,float> >") @Properties(inherit=opencv_tracking.class) public class ConfidenceMap extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ConfidenceMap() |
ConfidenceMap(long n) |
ConfidenceMap(Pointer p)
Pointer cast constructor.
|
ConfidenceMap(TrackerTargetState[] firstValue,
float[] secondValue) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
empty() |
TrackerTargetState |
first(long i) |
ConfidenceMap |
first(long i,
TrackerTargetState first) |
ConfidenceMap |
put(ConfidenceMap x) |
ConfidenceMap |
put(TrackerTargetState[] firstValue,
float[] secondValue) |
void |
resize(long n) |
float |
second(long i) |
ConfidenceMap |
second(long i,
float second) |
long |
size() |
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 ConfidenceMap(Pointer p)
Pointer.Pointer(Pointer)
.public ConfidenceMap(TrackerTargetState[] firstValue, float[] secondValue)
public ConfidenceMap()
public ConfidenceMap(long n)
@Name(value="operator =") @ByRef public ConfidenceMap put(@ByRef ConfidenceMap x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @opencv_core.Ptr public TrackerTargetState first(@Cast(value="size_t") long i)
public ConfidenceMap first(@Cast(value="size_t") long i, TrackerTargetState first)
public ConfidenceMap second(@Cast(value="size_t") long i, float second)
public ConfidenceMap put(TrackerTargetState[] firstValue, float[] secondValue)
Copyright © 2020. All rights reserved.