OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linear_cost
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/flann/include/opencv2/flann/
autotuned_index.h
440
CostData
linear_cost
;
local
441
linear_cost
.searchTimeCost = (float)t.value;
442
linear_cost
.buildTimeCost = 0;
443
linear_cost
.memoryCost = 0;
444
linear_cost
.params["algorithm"] = FLANN_INDEX_LINEAR;
446
costs.push_back(
linear_cost
);
Completed in 459 milliseconds