@NoOffset public static class TrackerMIL.Params extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Params() |
Params(long size)
Native array allocator.
|
Params(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
featureSetNumFeatures()
# features
|
TrackerMIL.Params |
featureSetNumFeatures(int setter) |
TrackerMIL.Params |
getPointer(long i) |
TrackerMIL.Params |
position(long position) |
float |
samplerInitInRadius()
radius for gathering positive instances during init
|
TrackerMIL.Params |
samplerInitInRadius(float setter) |
int |
samplerInitMaxNegNum()
# negative samples to use during init
|
TrackerMIL.Params |
samplerInitMaxNegNum(int setter) |
float |
samplerSearchWinSize()
size of search window
|
TrackerMIL.Params |
samplerSearchWinSize(float setter) |
float |
samplerTrackInRadius()
radius for gathering positive instances during tracking
|
TrackerMIL.Params |
samplerTrackInRadius(float setter) |
int |
samplerTrackMaxNegNum()
# negative samples to use during tracking
|
TrackerMIL.Params |
samplerTrackMaxNegNum(int setter) |
int |
samplerTrackMaxPosNum()
# positive samples to use during tracking
|
TrackerMIL.Params |
samplerTrackMaxPosNum(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public Params(Pointer p)
Pointer(Pointer)
.public Params(long size)
Pointer.position(long)
.public Params()
public TrackerMIL.Params position(long position)
public TrackerMIL.Params getPointer(long i)
getPointer
in class Pointer
public float samplerInitInRadius()
public TrackerMIL.Params samplerInitInRadius(float setter)
public int samplerInitMaxNegNum()
public TrackerMIL.Params samplerInitMaxNegNum(int setter)
public float samplerSearchWinSize()
public TrackerMIL.Params samplerSearchWinSize(float setter)
public float samplerTrackInRadius()
public TrackerMIL.Params samplerTrackInRadius(float setter)
public int samplerTrackMaxPosNum()
public TrackerMIL.Params samplerTrackMaxPosNum(int setter)
public int samplerTrackMaxNegNum()
public TrackerMIL.Params samplerTrackMaxNegNum(int setter)
public int featureSetNumFeatures()
public TrackerMIL.Params featureSetNumFeatures(int setter)
Copyright © 2024. All rights reserved.