Searched refs:_IMG_DELTA_THRESH (Results 1 – 1 of 1) sorted by relevance
37 _IMG_DELTA_THRESH = 0.99 # Each shot must be > 0.99*previous variable56 if e_list[-1] < e_max*_IMG_DELTA_THRESH:140 if mean[ch] <= prev_mean[ch] * _IMG_DELTA_THRESH: