Home
last modified time | relevance | path

Searched refs:_threshold (Results 76 – 100 of 640) sorted by relevance

12345678910>>...26

/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/Examples/Cxx/
H A Dreslicesphere.cxx209 _threshold=vtkImageThreshold::New(); in CreatePipeline()
210 _threshold->ThresholdByUpper(-3024.0); in CreatePipeline()
211 _threshold->ReplaceOutOn(); in CreatePipeline()
212 _threshold->SetOutValue(0.0); in CreatePipeline()
213 _threshold->SetInputConnection(v16->GetOutputPort()); in CreatePipeline()
218 _shift->SetInputConnection(_threshold->GetOutputPort()); in CreatePipeline()
543 vtkImageThreshold* _threshold; member in ResliceRender
/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dkactivitytracker.h50 long threshold() const { return _threshold; } in threshold()
83 long _threshold; variable
/dports/devel/py-oci/oci-2.53.1/src/oci/budget/models/
H A Dcreate_alert_rule_details.py103 self._threshold = None
204 return self._threshold
218 self._threshold = threshold
H A Dupdate_alert_rule_details.py102 self._threshold = None
180 return self._threshold
194 self._threshold = threshold
H A Dalert_rule.py152 self._threshold = None
278 return self._threshold
290 self._threshold = threshold
H A Dalert_rule_summary.py152 self._threshold = None
278 return self._threshold
290 self._threshold = threshold
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/bitmap/
H A Dunsharpmask.cpp24 image->unsharpmask(_radius, _sigma, amount, _threshold); in applyEffect()
32 _threshold = module->get_param_float("threshold"); in refreshParameters()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/structure_prediction/
H A Dsubstitutor.py59 self._threshold = threshold
128 and self._sp.cond_prob_list(permut, els) > self._threshold
217 if functools.reduce(mul, best_case_prob) > self._threshold:
260 "threshold": self._threshold,
/dports/www/py-cachelib/cachelib-0.1/cachelib/
H A Dfile.py42 self._threshold = threshold
59 if self._threshold == 0:
84 if self._threshold == 0 or not self._file_count > self._threshold:
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dquantize.cc49 , _threshold (threshold) in Quantize()
160 if (fabs (delta) >= _threshold) { in operator ()()
171 if (fabs (delta) >= _threshold) { in operator ()()
/dports/audio/rezound/rezound-0.13.1beta/src/backend/DSP/
H A DNoiseGate.h57 …CDSPNoiseGate(unsigned _windowTime,sample_t _threshold,unsigned _gainAttackTime,unsigned _gainRele… in CDSPNoiseGate() argument
59 threshold(_threshold), in CDSPNoiseGate()
/dports/www/py-pelican/pelican-4.7.1/pelican/
H A Dlog.py28 _threshold = 5 variable in LimitFilter
60 if self._group_count[key] == self._threshold:
63 elif self._group_count[key] > self._threshold:
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.hpp265 const intx _threshold; member in CMSLoopCountWarn
271 _src(src), _msg(msg), _threshold(threshold), _ticks(0) { } in CMSLoopCountWarn()
275 if (CMSLoopWarn && _ticks % _threshold == 0) { in tick()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.hpp265 const intx _threshold; member in CMSLoopCountWarn
271 _src(src), _msg(msg), _threshold(threshold), _ticks(0) { } in CMSLoopCountWarn()
275 if (CMSLoopWarn && _ticks % _threshold == 0) { in tick()
/dports/games/voadi/voadi-v0.3/data/entities/
H A Ddungeon_bat.lua10 self._threshold = tonumber(self:get_property("threshold")) or 1
37 local dy = self._threshold*x
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libtest/
H A Dthread.hpp171 _threshold(count), in Barrier()
193 _count = _threshold; in wait()
210 uint32_t _threshold; member in libtest::thread::Barrier
/dports/devel/gearmand/gearmand-1.0.6/libtest/
H A Dthread.hpp171 _threshold(count), in Barrier()
193 _count = _threshold; in wait()
210 uint32_t _threshold; member in libtest::thread::Barrier
/dports/databases/libmemcached/libmemcached-1.0.18/libtest/
H A Dthread.hpp171 _threshold(count), in Barrier()
193 _count = _threshold; in wait()
210 uint32_t _threshold; member in libtest::thread::Barrier
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/face/src/
H A Dlbph_faces.cpp37 double _threshold; member in cv::face::LBPH
64 _threshold(threshold) {} in LBPH()
80 _threshold(threshold) { in LBPH()
119 inline double getThreshold() const CV_OVERRIDE { return _threshold; } in getThreshold()
120 inline void setThreshold(double val) CV_OVERRIDE { _threshold = val; } in setThreshold()
130 _threshold = _t; // be careful, not to overwrite DBL_MAX with 0 ! in read()
153 fs << "threshold" << _threshold; in write()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_maxent/
H A Dme.h157 double _threshold; // stop running GIS if the log likelihood is variable
163 MaxEntTrainer() { _alpha = 0.1; _threshold = 0; _maxIterations = 100; _printDetails = false;} in MaxEntTrainer()
166 void Set_Threshold (double threshold) { _threshold = threshold; } in Set_Threshold()
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_smartyuv.c104 yuv_clamp_fn clamp_f, int _threshold );
334 yuv_clamp_fn clamp_f, int _threshold ) in smartyuv_core() argument
393 uint64_t thres = (_threshold<<16) | (_threshold); in smartyuv_core()
457 memset(tdata, _threshold, 16); in smartyuv_core()
502 *moving = ((ABS_u8(p0) > _threshold)); in smartyuv_core()
521 uint64_t thres = (_threshold<<16) | (_threshold); in smartyuv_core()
671 memset(tdata, _threshold, 16); in smartyuv_core()
760 *moving = ((ABS_u8(p0) > _threshold) & (ABS_u8(p1) > _threshold)); in smartyuv_core()
774 *moving = ((ABS_u8(p0) > _threshold) & (ABS_u8(p1) > _threshold)); in smartyuv_core()
814 T = _threshold * _threshold; in smartyuv_core()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Median/
H A DCImgMedian.cpp104 _threshold = fetchDoubleParam(kParamThreshold); in CImgMedianPlugin()
112 _threshold->getValueAtTime(time, params.threshold); in getValuesAtTime()
154 DoubleParam *_threshold; member in CImgMedianPlugin
/dports/audio/musescore/MuseScore-3.6.1/effects/compressor/
H A Dcompressor.cpp218 const float knee_min = db2lin(_threshold - _knee); in process()
219 const float knee_max = db2lin(_threshold + _knee); in process()
248 const float x = -(_threshold - _knee - lin2db(env)) / _knee; in process()
252 gain_t = db2lin((_threshold - lin2db(env)) * rs); in process()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dfsk_demod_BER_test.py465 _threshold = FEST_THRESHOLD*Rs
471 _errors += np.sum(np.abs(np.array(data['f1_est'])-LOW_TONE) > _threshold)
472 _errors += np.sum(np.abs(np.array(data['f2_est'])-LOW_TONE-TONE_SPACING) > _threshold)
475 _errors += np.sum(np.abs(np.array(data['f3_est'])-LOW_TONE-TONE_SPACING*2) > _threshold)
476 _errors += np.sum(np.abs(np.array(data['f4_est'])-LOW_TONE-TONE_SPACING*3) > _threshold)
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dlast-invariant-factor.h67 int _threshold =DEFAULTLIFTHRESHOLD) :
68 r(_r), _gen(r),solver(_solver), threshold(_threshold) in r()
71 if ( _threshold <= 1) threshold = DEFAULTLIFTHRESHOLD; in r()
74 void setThreshold (int _threshold) in setThreshold() argument
76 if (_threshold > 1) { in setThreshold()
77 threshold = _threshold; in setThreshold()

12345678910>>...26