@NoOffset
public static class opencv_tracking.TrackerCSRT.Params
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Params()
\brief Constructor
|
Params(long size)
Native array allocator.
|
Params(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
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.TrackerCSRT.Params position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void read(@Const @ByRef
opencv_core.FileNode arg0)
public void write(@ByRef
opencv_core.FileStorage fs)
@Cast(value="bool") public boolean use_hog()
public opencv_tracking.TrackerCSRT.Params use_hog(boolean use_hog)
@Cast(value="bool") public boolean use_color_names()
public opencv_tracking.TrackerCSRT.Params use_color_names(boolean use_color_names)
@Cast(value="bool") public boolean use_gray()
public opencv_tracking.TrackerCSRT.Params use_gray(boolean use_gray)
@Cast(value="bool") public boolean use_rgb()
public opencv_tracking.TrackerCSRT.Params use_rgb(boolean use_rgb)
@Cast(value="bool") public boolean use_channel_weights()
public opencv_tracking.TrackerCSRT.Params use_channel_weights(boolean use_channel_weights)
@Cast(value="bool") public boolean use_segmentation()
public opencv_tracking.TrackerCSRT.Params use_segmentation(boolean use_segmentation)
@StdString public org.bytedeco.javacpp.BytePointer window_function()
public opencv_tracking.TrackerCSRT.Params window_function(org.bytedeco.javacpp.BytePointer window_function)
public float kaiser_alpha()
public opencv_tracking.TrackerCSRT.Params kaiser_alpha(float kaiser_alpha)
public float cheb_attenuation()
public opencv_tracking.TrackerCSRT.Params cheb_attenuation(float cheb_attenuation)
public float template_size()
public opencv_tracking.TrackerCSRT.Params template_size(float template_size)
public float gsl_sigma()
public opencv_tracking.TrackerCSRT.Params gsl_sigma(float gsl_sigma)
public float hog_orientations()
public opencv_tracking.TrackerCSRT.Params hog_orientations(float hog_orientations)
public float hog_clip()
public opencv_tracking.TrackerCSRT.Params hog_clip(float hog_clip)
public float padding()
public opencv_tracking.TrackerCSRT.Params padding(float padding)
public float filter_lr()
public opencv_tracking.TrackerCSRT.Params filter_lr(float filter_lr)
public float weights_lr()
public opencv_tracking.TrackerCSRT.Params weights_lr(float weights_lr)
public int num_hog_channels_used()
public opencv_tracking.TrackerCSRT.Params num_hog_channels_used(int num_hog_channels_used)
public int admm_iterations()
public opencv_tracking.TrackerCSRT.Params admm_iterations(int admm_iterations)
public int histogram_bins()
public opencv_tracking.TrackerCSRT.Params histogram_bins(int histogram_bins)
public float histogram_lr()
public opencv_tracking.TrackerCSRT.Params histogram_lr(float histogram_lr)
public int background_ratio()
public opencv_tracking.TrackerCSRT.Params background_ratio(int background_ratio)
public int number_of_scales()
public opencv_tracking.TrackerCSRT.Params number_of_scales(int number_of_scales)
public float scale_sigma_factor()
public opencv_tracking.TrackerCSRT.Params scale_sigma_factor(float scale_sigma_factor)
public float scale_model_max_area()
public opencv_tracking.TrackerCSRT.Params scale_model_max_area(float scale_model_max_area)
public float scale_lr()
public opencv_tracking.TrackerCSRT.Params scale_lr(float scale_lr)
public float scale_step()
public opencv_tracking.TrackerCSRT.Params scale_step(float scale_step)
Copyright © 2018. All rights reserved.