@NoOffset public static class TrackerSamplerPF.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 |
---|---|
double |
alpha()
with each new round we exponentially decrease the amount of "perturbing" we allow (like in simulated annealing)
and this very alpha controls how fast annealing happens, ie.
|
TrackerSamplerPF.Params |
alpha(double setter) |
int |
iterationNum()
number of selection rounds
|
TrackerSamplerPF.Params |
iterationNum(int setter) |
int |
particlesNum()
number of "perturbed" boxes on each round
|
TrackerSamplerPF.Params |
particlesNum(int setter) |
TrackerSamplerPF.Params |
position(long position) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public Params(Pointer p)
Pointer.Pointer(Pointer)
.public Params(long size)
Pointer.position(long)
.public Params()
public TrackerSamplerPF.Params position(long position)
public int iterationNum()
public TrackerSamplerPF.Params iterationNum(int setter)
public int particlesNum()
public TrackerSamplerPF.Params particlesNum(int setter)
public double alpha()
public TrackerSamplerPF.Params alpha(double setter)
Copyright © 2020. All rights reserved.