@NoOffset
public static class opencv_tracking.TrackerBoosting.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 |
|---|---|
int |
featureSetNumFeatures()
# features
|
opencv_tracking.TrackerBoosting.Params |
featureSetNumFeatures(int featureSetNumFeatures) |
int |
iterationInit()
the initial iterations
|
opencv_tracking.TrackerBoosting.Params |
iterationInit(int iterationInit) |
int |
numClassifiers()
the number of classifiers to use in a OnlineBoosting algorithm
|
opencv_tracking.TrackerBoosting.Params |
numClassifiers(int numClassifiers) |
opencv_tracking.TrackerBoosting.Params |
position(long position) |
void |
read(opencv_core.FileNode fn)
\brief Read parameters from a file
|
float |
samplerOverlap()
search region parameters to use in a OnlineBoosting algorithm
|
opencv_tracking.TrackerBoosting.Params |
samplerOverlap(float samplerOverlap) |
float |
samplerSearchFactor()
search region parameters to use in a OnlineBoosting algorithm
|
opencv_tracking.TrackerBoosting.Params |
samplerSearchFactor(float samplerSearchFactor) |
void |
write(opencv_core.FileStorage fs)
\brief Write parameters to a file
|
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.TrackerBoosting.Params position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int numClassifiers()
public opencv_tracking.TrackerBoosting.Params numClassifiers(int numClassifiers)
public float samplerOverlap()
public opencv_tracking.TrackerBoosting.Params samplerOverlap(float samplerOverlap)
public float samplerSearchFactor()
public opencv_tracking.TrackerBoosting.Params samplerSearchFactor(float samplerSearchFactor)
public int iterationInit()
public opencv_tracking.TrackerBoosting.Params iterationInit(int iterationInit)
public int featureSetNumFeatures()
public opencv_tracking.TrackerBoosting.Params featureSetNumFeatures(int featureSetNumFeatures)
public void read(@Const @ByRef
opencv_core.FileNode fn)
public void write(@ByRef
opencv_core.FileStorage fs)
Copyright © 2018. All rights reserved.