Home
last modified time | relevance | path

Searched refs:new_thresh (Results 1 – 11 of 11) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Thresholding/include/
H A DitkLiThresholdCalculator.hxx57 double new_thresh; in GenerateData() local
79 new_thresh = mean; in GenerateData()
82 old_thresh = new_thresh; in GenerateData()
137 new_thresh = (int) (temp - 0.5); in GenerateData()
141 new_thresh = (int) (temp + 0.5); in GenerateData()
147 new_thresh += bin_min; in GenerateData()
151 while ( std::abs ( new_thresh - old_thresh ) > tolerance ); in GenerateData()
/dports/audio/musescore/MuseScore-3.6.1/omr/
H A Dpdf.cpp82 float new_thresh = 0; in binarization() local
84 while (thresh != new_thresh) { in binarization()
89 new_thresh = thresh; in binarization()
/dports/math/p5-Math-Pari/pari-2.3.5/src/test/
H A Dtune.c370 int since_positive, since_change, thresh, new_thresh; in Test() local
402 new_thresh = analyze_dat(0); in Test()
406 s.size, t1,t2, d, d < 0? '#': ' ', dat[new_thresh].size); in Test()
428 if (thresh != new_thresh) in Test()
429 since_change = 0, thresh = new_thresh; in Test()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dactivity_scheduling_helper.cpp124 int new_thresh = guy.weary_threshold(); in do_activity() local
126 new_weary, new_thresh ); in do_activity()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dactivity_scheduling_helper.cpp124 int new_thresh = guy.weary_threshold(); in do_activity() local
126 new_weary, new_thresh ); in do_activity()
/dports/graphics/ssocr/ssocr-2.22.0/
H A Dimgproc.c542 double new_thresh; /* new threshold computed by current iteration step */ in iterative_threshold() local
546 new_thresh = thresh / 100.0; in iterative_threshold()
568 thresh_lum = MAXRGB * new_thresh; in iterative_threshold()
569 old_thresh = new_thresh; in iterative_threshold()
598 new_thresh = (avg_white + avg_black) / (2.0 * MAXRGB); in iterative_threshold()
599 } while(fabs(new_thresh - old_thresh) > EPSILON); in iterative_threshold()
604 return new_thresh * 100; in iterative_threshold()
/dports/math/pari/pari-2.13.3/src/test/
H A Dtune.c724 int since_positive, since_change, thresh, new_thresh; in Test() local
771 new_thresh = analyze_dat(0); in Test()
775 s.size, t1,t2, d, d < 0? '#': ' ', dat[new_thresh].size); in Test()
799 if (thresh != new_thresh) in Test()
800 since_change = 0, thresh = new_thresh; in Test()
813 new_thresh = good = s.size; in Test()
827 new_thresh = s.size = bad + 1; in Test()
/dports/math/faiss/faiss-1.7.1/faiss/utils/
H A Dpartitioning.cpp188 T new_thresh = in partition_fuzzy_median3() local
190 if (new_thresh == thresh_inf) { in partition_fuzzy_median3()
194 thresh = new_thresh; in partition_fuzzy_median3()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_func.c145 float new_thresh ; in AFNI_func_autothresh_CB() local
157 new_thresh = AFNI_get_autothresh(im3d) ; in AFNI_func_autothresh_CB()
158 if( new_thresh > 0.0f ) AFNI_set_threshold(im3d,new_thresh) ; in AFNI_func_autothresh_CB()
4048 float new_thresh = AFNI_get_autothresh(im3d) ; in AFNI_finalize_dataset_CB() local
4049 if( new_thresh > 0.0f ) AFNI_set_threshold(im3d,new_thresh) ; in AFNI_finalize_dataset_CB()
6939 float new_thresh = AFNI_get_autothresh(im3d) ; in AFNI_bucket_CB() local
6940 if( new_thresh > 0.0f ) AFNI_set_threshold(im3d,new_thresh) ; in AFNI_bucket_CB()
H A Dafni.c3236 float new_thresh = AFNI_get_autothresh(MAIN_im3d) ; in MAIN_workprocess() local
3237 if( new_thresh > 0.0f ) AFNI_set_threshold(MAIN_im3d,new_thresh) ; in MAIN_workprocess()
/dports/misc/urh/urh-2.9.2/src/urh/controller/widgets/
H A DSignalFrame.py672 new_thresh = self.signal.calc_relative_noise_threshold_from_range(start, end)
673 self.ui.spinBoxNoiseTreshold.setValue(new_thresh)