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