Home
last modified time | relevance | path

Searched refs:tau_max (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/kaze/
Dfed.cpp50 int fed_tau_by_process_time(const float& T, const int& M, const float& tau_max, in fed_tau_by_process_time() argument
53 return fed_tau_by_cycle_time(T/(float)M,tau_max,reordering,tau); in fed_tau_by_process_time()
69 int fed_tau_by_cycle_time(const float& t, const float& tau_max, in fed_tau_by_cycle_time() argument
75 n = (int)(ceilf(sqrtf(3.0f*t/tau_max+0.25f)-0.5f-1.0e-8f)+ 0.5f); in fed_tau_by_cycle_time()
76 scale = 3.0f*t/(tau_max*(float)(n*(n+1))); in fed_tau_by_cycle_time()
79 return fed_tau_internal(n,scale,tau_max,reordering,tau); in fed_tau_by_cycle_time()
95 int fed_tau_internal(const int& n, const float& scale, const float& tau_max, in fed_tau_internal() argument
113 d = scale * tau_max / 2.0f; in fed_tau_internal()
Dfed.h14 int fed_tau_by_process_time(const float& T, const int& M, const float& tau_max,
16 int fed_tau_by_cycle_time(const float& t, const float& tau_max,
18 int fed_tau_internal(const int& n, const float& scale, const float& tau_max,