Searched refs:fed_tau_by_process_time (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/features2d/src/kaze/ |
D | fed.h | 14 int fed_tau_by_process_time(const float& T, const int& M, const float& tau_max,
|
D | fed.cpp | 50 int fed_tau_by_process_time(const float& T, const int& M, const float& tau_max, in fed_tau_by_process_time() function
|
D | KAZEFeatures.cpp | 85 naux = fed_tau_by_process_time(ttime, 1, 0.25f, reordering_, tau); in Allocate_Memory_Evolution()
|
D | AKAZEFeatures.cpp | 87 naux = fed_tau_by_process_time(ttime, 1, 0.25f, reordering_, tau); in Allocate_Memory_Evolution()
|