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

  /device/google/contexthub/firmware/os/algos/calibration/common/
diversity_checker.h 103 float var_threshold; member in struct:DiversityChecker
117 // var_threshold -> is a threshold value for a Norm variance gate.
127 size_t max_num_max_distance, float var_threshold,
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h 49 float var_threshold; // [sensor units]^2 member in struct:GyroStillDet
97 float var_threshold, float confidence_delta);
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 386 double var_threshold = 0.0; local
390 var_threshold += g_point->g_values[k].variance[m];
392 var_threshold = bg_model_params->std_threshold*bg_model_params->std_threshold*var_threshold;
393 if(sum_d2 < var_threshold){
416 double sum_d2 = 0.0, var_threshold;
423 var_threshold = bg_model_params->std_threshold*bg_model_params->std_threshold;
424 if( sum_d2 < var_threshold )

Completed in 211 milliseconds