View Source Evision.TrackerCSRT.Params (Evision v0.1.38)

Summary

Types

t()

Type that represents an TrackerCSRT.Params struct.

Types

@type t() :: %Evision.TrackerCSRT.Params{ref: reference()}

Type that represents an TrackerCSRT.Params struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

get_admm_iterations(self)

View Source
@spec get_admm_iterations(t()) :: integer()
Link to this function

get_background_ratio(self)

View Source
@spec get_background_ratio(t()) :: integer()
Link to this function

get_cheb_attenuation(self)

View Source
@spec get_cheb_attenuation(t()) :: number()
@spec get_filter_lr(t()) :: number()
@spec get_gsl_sigma(t()) :: number()
Link to this function

get_histogram_bins(self)

View Source
@spec get_histogram_bins(t()) :: integer()
@spec get_histogram_lr(t()) :: number()
@spec get_hog_clip(t()) :: number()
Link to this function

get_hog_orientations(self)

View Source
@spec get_hog_orientations(t()) :: number()
@spec get_kaiser_alpha(t()) :: number()
Link to this function

get_num_hog_channels_used(self)

View Source
@spec get_num_hog_channels_used(t()) :: integer()
Link to this function

get_number_of_scales(self)

View Source
@spec get_number_of_scales(t()) :: integer()
@spec get_padding(t()) :: number()
@spec get_psr_threshold(t()) :: number()
@spec get_scale_lr(t()) :: number()
Link to this function

get_scale_model_max_area(self)

View Source
@spec get_scale_model_max_area(t()) :: number()
Link to this function

get_scale_sigma_factor(self)

View Source
@spec get_scale_sigma_factor(t()) :: number()
@spec get_scale_step(t()) :: number()
@spec get_template_size(t()) :: number()
Link to this function

get_use_channel_weights(self)

View Source
@spec get_use_channel_weights(t()) :: boolean()
Link to this function

get_use_color_names(self)

View Source
@spec get_use_color_names(t()) :: boolean()
@spec get_use_gray(t()) :: boolean()
@spec get_use_hog(t()) :: boolean()
@spec get_use_rgb(t()) :: boolean()
Link to this function

get_use_segmentation(self)

View Source
@spec get_use_segmentation(t()) :: boolean()
@spec get_weights_lr(t()) :: number()
Link to this function

get_window_function(self)

View Source
@spec get_window_function(t()) :: binary()
@spec params() :: t() | {:error, String.t()}

TrackerCSRT_Params

Return
  • self: Evision.TrackerCSRT.Params.t()

Python prototype (for reference only):

TrackerCSRT_Params() -> <TrackerCSRT_Params object>
Link to this function

set_admm_iterations(self, prop)

View Source
@spec set_admm_iterations(t(), integer()) :: t()
Link to this function

set_background_ratio(self, prop)

View Source
@spec set_background_ratio(t(), integer()) :: t()
Link to this function

set_cheb_attenuation(self, prop)

View Source
@spec set_cheb_attenuation(t(), number()) :: t()
Link to this function

set_filter_lr(self, prop)

View Source
@spec set_filter_lr(t(), number()) :: t()
Link to this function

set_gsl_sigma(self, prop)

View Source
@spec set_gsl_sigma(t(), number()) :: t()
Link to this function

set_histogram_bins(self, prop)

View Source
@spec set_histogram_bins(t(), integer()) :: t()
Link to this function

set_histogram_lr(self, prop)

View Source
@spec set_histogram_lr(t(), number()) :: t()
Link to this function

set_hog_clip(self, prop)

View Source
@spec set_hog_clip(t(), number()) :: t()
Link to this function

set_hog_orientations(self, prop)

View Source
@spec set_hog_orientations(t(), number()) :: t()
Link to this function

set_kaiser_alpha(self, prop)

View Source
@spec set_kaiser_alpha(t(), number()) :: t()
Link to this function

set_num_hog_channels_used(self, prop)

View Source
@spec set_num_hog_channels_used(t(), integer()) :: t()
Link to this function

set_number_of_scales(self, prop)

View Source
@spec set_number_of_scales(t(), integer()) :: t()
@spec set_padding(t(), number()) :: t()
Link to this function

set_psr_threshold(self, prop)

View Source
@spec set_psr_threshold(t(), number()) :: t()
Link to this function

set_scale_lr(self, prop)

View Source
@spec set_scale_lr(t(), number()) :: t()
Link to this function

set_scale_model_max_area(self, prop)

View Source
@spec set_scale_model_max_area(t(), number()) :: t()
Link to this function

set_scale_sigma_factor(self, prop)

View Source
@spec set_scale_sigma_factor(t(), number()) :: t()
Link to this function

set_scale_step(self, prop)

View Source
@spec set_scale_step(t(), number()) :: t()
Link to this function

set_template_size(self, prop)

View Source
@spec set_template_size(t(), number()) :: t()
Link to this function

set_use_channel_weights(self, prop)

View Source
@spec set_use_channel_weights(t(), boolean()) :: t()
Link to this function

set_use_color_names(self, prop)

View Source
@spec set_use_color_names(t(), boolean()) :: t()
Link to this function

set_use_gray(self, prop)

View Source
@spec set_use_gray(t(), boolean()) :: t()
@spec set_use_hog(t(), boolean()) :: t()
@spec set_use_rgb(t(), boolean()) :: t()
Link to this function

set_use_segmentation(self, prop)

View Source
@spec set_use_segmentation(t(), boolean()) :: t()
Link to this function

set_weights_lr(self, prop)

View Source
@spec set_weights_lr(t(), number()) :: t()
Link to this function

set_window_function(self, prop)

View Source
@spec set_window_function(t(), binary()) :: t()