@Name(value="std::vector<cv::Ptr<cv::TrackerTargetState> >") @Properties(inherit=opencv_tracking.class) public class Trajectory extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
Trajectory.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Trajectory() |
Trajectory(long n) |
Trajectory(Pointer p)
Pointer cast constructor.
|
Trajectory(TrackerTargetState... array) |
Trajectory(TrackerTargetState value) |
Modifier and Type | Method and Description |
---|---|
Trajectory.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
Trajectory.Iterator |
end() |
Trajectory.Iterator |
erase(Trajectory.Iterator pos) |
TrackerTargetState[] |
get() |
TrackerTargetState |
get(long i) |
Trajectory.Iterator |
insert(Trajectory.Iterator pos,
TrackerTargetState value) |
TrackerTargetState |
pop_back() |
Trajectory |
push_back(TrackerTargetState value) |
Trajectory |
put(long i,
TrackerTargetState value) |
Trajectory |
put(TrackerTargetState... array) |
Trajectory |
put(TrackerTargetState value) |
Trajectory |
put(Trajectory x) |
void |
resize(long n) |
long |
size() |
String |
toString() |
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, totalBytes, totalPhysicalBytes, withDeallocator, zero
public Trajectory(Pointer p)
Pointer.Pointer(Pointer)
.public Trajectory(TrackerTargetState value)
public Trajectory(TrackerTargetState... array)
public Trajectory()
public Trajectory(long n)
@Name(value="operator =") @ByRef public Trajectory put(@ByRef Trajectory x)
public boolean empty()
public long size()
public void clear()
@Index(function="at") @opencv_core.Ptr public TrackerTargetState get(@Cast(value="size_t") long i)
public Trajectory put(@Cast(value="size_t") long i, TrackerTargetState value)
@ByVal public Trajectory.Iterator insert(@ByVal Trajectory.Iterator pos, @opencv_core.Ptr TrackerTargetState value)
@ByVal public Trajectory.Iterator erase(@ByVal Trajectory.Iterator pos)
@ByVal public Trajectory.Iterator begin()
@ByVal public Trajectory.Iterator end()
public TrackerTargetState[] get()
public TrackerTargetState pop_back()
public Trajectory push_back(TrackerTargetState value)
public Trajectory put(TrackerTargetState value)
public Trajectory put(TrackerTargetState... array)
Copyright © 2020. All rights reserved.