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