@NoOffset
public static class opencv_tracking.TrackerSamplerPF.Params
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Params() |
Params(long size)
Native array allocator.
|
Params(org.bytedeco.javacpp.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.
|
opencv_tracking.TrackerSamplerPF.Params |
alpha(double alpha) |
int |
iterationNum()
number of selection rounds
|
opencv_tracking.TrackerSamplerPF.Params |
iterationNum(int iterationNum) |
int |
particlesNum()
number of "perturbed" boxes on each round
|
opencv_tracking.TrackerSamplerPF.Params |
particlesNum(int particlesNum) |
opencv_tracking.TrackerSamplerPF.Params |
position(long position) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Params(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Params(long size)
Pointer.position(long).public Params()
public opencv_tracking.TrackerSamplerPF.Params position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int iterationNum()
public opencv_tracking.TrackerSamplerPF.Params iterationNum(int iterationNum)
public int particlesNum()
public opencv_tracking.TrackerSamplerPF.Params particlesNum(int particlesNum)
public double alpha()
public opencv_tracking.TrackerSamplerPF.Params alpha(double alpha)
Copyright © 2018. All rights reserved.