HomeSort by relevance Sort by last modified time
    Searched defs:sum_dist (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/calib3d/test/
test_cornerssubpix.cpp 73 double sum_dist = 0.0; local
104 sum_dist += min_dist*min_dist;
107 mean_dist = sqrt(sum_dist/set1.size());
108 // printf("sum_dist = %f, set1.size() = %d, mean_dist = %f\n", sum_dist, (int)set1.size(), mean_dist);
133 double sum_dist = 0.0; local
201 sum_dist += dist2;
215 sum_dist /= count;
216 ts->printf(cvtest::TS::LOG, "Average error after findCornerSubpix: %f\n", sum_dist);
  /external/opencv3/modules/calib3d/src/
calibinit.cpp 473 float sum_dist = 0; local
480 sum_dist += avgi*ni;
483 prev_sqr_size = cvRound(sum_dist/MAX(total, 1));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 2013 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2655 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
    [all...]

Completed in 401 milliseconds