Home
last modified time | relevance | path

Searched refs:update_alpha (Results 1 – 25 of 63) sorted by relevance

123

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/HLBFGS/
H A DHLBFGS.cpp308 double update_alpha = 1; in HLBFGS() local
384 update_alpha = 1.0 / (rho[cur_pos] * 6 * (prev_f - f in HLBFGS()
389 update_alpha = 1.0 / (rho[cur_pos] * 2 * (prev_f - f in HLBFGS()
394 update_alpha = 1.0 / (1 + rho[cur_pos] * (6 * (prev_f - f) + 3 in HLBFGS()
400 if (update_alpha < 0.01) in HLBFGS()
402 update_alpha = 0.01; in HLBFGS()
404 else if (update_alpha > 100) in HLBFGS()
406 update_alpha = 100; in HLBFGS()
408 rho[cur_pos] *= update_alpha; in HLBFGS()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/pro/processes/
H A Dbstm_ocl_update_process.cxx99 bool update_alpha = pro.get_input<bool>(i++); in bstm_ocl_update_process() local
104 …date(scene, device, opencl_cache, cam, img, time, mog_var, mask_img, update_alpha, update_changes… in bstm_ocl_update_process()
106 …update::update(scene, device, opencl_cache, cam, img, time, mog_var, update_alpha, update_changes… in bstm_ocl_update_process()
H A Dbstm_ocl_update_color_process.cxx96 bool update_alpha = pro.get_input<bool>(i++); in bstm_ocl_update_color_process() local
99 …_color::update(scene, device, opencl_cache, cam, img, time, mog_var, update_alpha, update_changes… in bstm_ocl_update_color_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_update_color.h27 bool update_alpha=true,
38 bool update_alpha=true,
H A Dboxm2_ocl_update_view_dep_app.h27 bool update_alpha = true,
H A Dboxm2_ocl_update_view_dep_app_color.h27 bool update_alpha = true,
H A Dboxm2_ocl_update_based_dispersion.h27 bool update_alpha = true,
H A Dboxm2_ocl_update.h27 bool update_alpha = true,
H A Dboxm2_ocl_update_color.cxx43 bool update_alpha, in update_color() argument
53 …, device, opencl_cache, cam, img, std::move(in_identifier), mask_img, update_alpha, startI, startJ… in update_color()
64 bool update_alpha, in update_color() argument
196 int upAlpha = update_alpha ? 1 : 0; in update_color()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_compute_normal_albedo_functor.h31 boxm2_compute_normal_albedo_functor(bool update_alpha) : update_alpha_(update_alpha) {} in boxm2_compute_normal_albedo_functor() argument
H A Dboxm2_compute_normal_albedo_functor_opt.h70 boxm2_compute_normal_albedo_functor_opt(bool update_alpha) : update_alpha_(update_alpha) {} in boxm2_compute_normal_albedo_functor_opt() argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/processes/
H A Dboxm2_ocl_update_process.cxx104 bool update_alpha = pro.get_input<bool>(i++); in boxm2_ocl_update_process() local
150 … ident, mask_sptr, update_alpha, mog_var,update_app,nearfactor,farfactor, in boxm2_ocl_update_process()
157 …date::update(scene, device, opencl_cache, cam, img, ident, mask_sptr, update_alpha, mog_var,update… in boxm2_ocl_update_process()
H A Dboxm2_ocl_update_view_dep_app_color_process.cxx101 bool update_alpha = pro.get_input<bool>(i++); in boxm2_ocl_update_view_dep_app_color_process() local
105 …_app_color::update(scene, device, opencl_cache, cam, img, ident, mask_sptr, update_alpha, mog_var); in boxm2_ocl_update_view_dep_app_color_process()
H A Dboxm2_ocl_update_view_dep_app_process.cxx100 bool update_alpha = pro.get_input<bool>(i++); in boxm2_ocl_update_view_dep_app_process() local
104 …ew_dep_app::update(scene, device, opencl_cache, cam, img, ident, mask_sptr, update_alpha, mog_var); in boxm2_ocl_update_view_dep_app_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/pyscripts/
H A Dboxm2_multi_adaptor.py31 def update_multi(scene, mcache, cam, img, ident="", update_alpha=True, var=-1.0, update_app=True, … argument
40 batch.set_input_bool(5, update_alpha)
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/single_plugins/
H A Dalpha.cpp47 void update_alpha(wayfire_view view, float delta) in update_alpha() function in wayfire_alpha
105 update_alpha(view, ev->delta); in __anonea17aeea0102()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/pro/processes/
H A Dboxm2_cpp_batch_compute_normal_albedo_process.cxx150 bool update_alpha = false; in boxm2_cpp_batch_compute_normal_albedo_process() local
151 boxm2_compute_normal_albedo_functor_opt data_functor(update_alpha); in boxm2_cpp_batch_compute_normal_albedo_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/pyscripts/
H A Dbstm_scene_adaptor.py108 def update(self, cam, img, time=0, update_alpha=True, update_changes_only=False, argument
123 … self.scene, dev, cache, cam, img, time, var, mask, update_alpha, update_changes_only)
126 time, var, mask, update_alpha, update_changes_only)
150 update_alpha=False)
161 update_alpha=False)
H A Dbstm_adaptor.py343 mask_img=None, update_alpha=True, update_changes_only=False): argument
353 batch.set_input_bool(8, update_alpha)
362 mask_img=None, update_alpha=True, update_changes_only=False): argument
372 batch.set_input_bool(8, update_alpha)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/algo/
H A Dbstm_ocl_update_color.h27 bool update_alpha,
H A Dbstm_ocl_update.h27 bool update_alpha,
H A Dbstm_ocl_update_viewdep.h28 bool update_alpha,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pyscripts/
H A Dboxm2_scene_adaptor.py145 def update_with_alt(self, cam, img, update_alpha=True, argument
150 "", mask, update_alpha, var, alt_prior, alt_density)
153 def update(self, cam, img, update_alpha=True, update_app=True, mask=None, argument
161 ident_string, mask, update_alpha, var)
164 img, dev, "", update_alpha)
168 ident_string, mask, update_alpha, var)
171 mask, update_alpha, var, update_app, tnear, tfar)
/dports/biology/gatk/gatk-4.2.0.0/src/main/python/org/broadinstitute/hellbender/gcnvkernel/postprocess/
H A Dsegment_quality_utils.py112 def update_alpha(c_log_emission_c: tt.vector, function
119 fn=update_alpha,
/dports/x11/fbdesk/fbdesk-1.4.1/src/
H A DFbDesk.cc549 CommandRef update_alpha(new FbTk::SimpleCommand<FbDesk>(*this, &FbDesk::updateAlpha)); in setupIconMenu() local
550 item->setCommand(update_alpha); in setupIconMenu()
555 item->setCommand(update_alpha); in setupIconMenu()

123