HomeSort by relevance Sort by last modified time
    Searched full:build_weight_ (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/flann/include/opencv2/flann/
autotuned_index.h 80 build_weight_ = get_param(params,"build_weight", 0.01f);
245 Logger::info("KMeansTree buildTime=%g, searchTime=%g, build_weight=%g\n", buildTime, searchTime, build_weight_);
456 float timeCost = costs[i].buildTimeCost * build_weight_ + costs[i].searchTimeCost;
466 float crtCost = (costs[i].buildTimeCost * build_weight_ + costs[i].searchTimeCost) / bestTimeCost +
577 float build_weight_; member in class:cvflann::AutotunedIndex

Completed in 57 milliseconds