Home
last modified time | relevance | path

Searched refs:esigma (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/kaze/
H A DAKAZEFeatures.h25 esigma = 0.0f; in Evolution()
37 esigma = other.esigma; in Evolution()
58 float esigma; ///< Evolution sigma. For linear diffusion t = sigma^2 / 2 member
H A DTEvolution.h20 esigma = 0.0f; in TEvolution()
33 float esigma; ///< Evolution sigma. For linear diffusion t = sigma^2 / 2 member
H A DKAZEFeatures.cpp69 … aux.esigma = options_.soffset*pow((float)2.0f, (float)(j) / (float)(options_.nsublevels)+i); in Allocate_Memory_Evolution()
70 aux.etime = 0.5f*(aux.esigma*aux.esigma); in Allocate_Memory_Evolution()
71 aux.sigma_size = cvRound(aux.esigma); in Allocate_Memory_Evolution()
284 point.size = evolution[i].esigma; in operator ()()
H A DAKAZEFeatures.cpp76 step.esigma = options_.soffset*pow(2.f, (float)(j) / (float)(options_.nsublevels) + i); in Allocate_Memory_Evolution()
77 …step.sigma_size = cvRound(step.esigma * options_.derivative_factor / power); // In fact sigma_siz… in Allocate_Memory_Evolution()
78 step.etime = 0.5f * (step.esigma * step.esigma); in Allocate_Memory_Evolution()
896 kp.size = e.esigma * options_.derivative_factor; in Do_Subpixel_Refinement()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/hmmer/
H A DHmmerBuildSettings.cpp38 esigma(45.0), in HmmerBuildSettings()
55 CHECK(0 < esigma, false); in validate()
H A DHmmerBuildSettings.h67 double esigma; // --esigma. for --eent: set sigma param to <x> variable
H A DHmmerBuildDialog.cpp119 esigmaDoubleSpinBox->setValue(model.buildSettings.esigma); in setModelValues()
144 model.buildSettings.esigma = esigmaDoubleSpinBox->value(); in getModelValues()
H A DHmmerBuildTask.cpp182 arguments << "--esigma" << QString::number(settings.esigma); in getArguments()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/scripts/
H A Dgenmap.lua91 monster_pop[2].esigma,
194 stat.emean, stat.esigma = calc_mean_sigma(stat.etotal, stat.eiters)
H A Dplace-population.lua107 monster_pop[2].esigma,
210 stat.emean, stat.esigma = calc_mean_sigma(stat.etotal, stat.eiters)
/dports/math/R-cran-VGAM/VGAM/man/
H A Dslash.Rd23 % \item{emu, esigma}{
26 %emu = list(), esigma = list(),
H A DLinks.Rd326 Argument \code{esigma} (and the like such as \code{earg})
H A DCommonVGAMffArguments.Rd54 % \item{esigma}{
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.qreg.R87 esigma <- link2list(lsigma) functionVar
88 lsigma <- attr(esigma, "function.name")
306 esigma <- link2list(lsigma) functionVar
307 lsigma <- attr(esigma, "function.name")
790 esigma <- link2list(lsigma) functionVar
791 lsigma <- attr(esigma, "function.name")
897 }, list( .esigma = esigma, .elambda = elambda,
1001 .esigma = esigma, .elambda = elambda,
1030 esigma <- link2list(lsigma) functionVar
1031 lsigma <- attr(esigma, "function.name")
[all …]
H A Dfamily.aunivariate.R646 esigma <- link2list(lsigma) functionVar
647 lsigma <- attr(esigma, "function.name")
746 .evee = evee, .esigma = esigma ))),
774 .evee = evee, .esigma = esigma ))),
783 .evee = evee, .esigma = esigma ))),
799 .evee = evee, .esigma = esigma ))),
1842 esigma <- link2list(lsigma) functionVar
1843 lsigma <- attr(esigma, "function.name")
1942 .emu = emu, .esigma = esigma,
1985 .emu = emu, .esigma = esigma ))),
[all …]
H A Dfamily.univariate.R5749 esigma <- link2list(lsigma) functionVar
5750 lsigma <- attr(esigma, "function.name")
5772 namesof("sigma", lsigma, earg = esigma), "\n\n",
5830 .emu = emu, .esigma = esigma,
5847 .emu = emu, .esigma = esigma,
5866 .esigma = esigma ))),
5875 .emu = emu, .esigma = esigma ))),
5891 .emu = emu, .esigma = esigma ))),
5911 .emu = emu, .esigma = esigma ))),
5919 .emu = emu, .esigma = esigma ))))
/dports/science/libmsym/libmsym-0.2.3-paper/src/
H A Dsymmetry.c668 …int found = 0, nsigma = 0, esigma = 0, inversion = 0, nc[6] = {0,0,0,0,0,0}, ec[6] = {0,0,0,0,0,0}… in findSymmetryCubic() local
822 esigma = (((nsigma+2) / 3) + (nsigma / 10) - (nsigma / 13))*3; in findSymmetryCubic()
823esigma = esigma == 1 ? 0 : esigma; //We cannot generate the remaining axes from one sigma try to g… in findSymmetryCubic()
825 switch(esigma) { in findSymmetryCubic()
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/msym/libmsym/src/
H A Dsymmetry.c668 …int found = 0, nsigma = 0, esigma = 0, inversion = 0, nc[6] = {0,0,0,0,0,0}, ec[6] = {0,0,0,0,0,0}… in findSymmetryCubic() local
822 esigma = (((nsigma+2) / 3) + (nsigma / 10) - (nsigma / 13))*3; in findSymmetryCubic()
823esigma = esigma == 1 ? 0 : esigma; //We cannot generate the remaining axes from one sigma try to g… in findSymmetryCubic()
825 switch(esigma) { in findSymmetryCubic()
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dp7_builder.c111 bld->esigma = (go != NULL) ? esl_opt_GetReal (go, "--esigma") : 45.0; in p7_builder_Create()
881 …etarget = (bld->esigma - eslCONST_LOG2R * log( 2.0 / ((double) hmm->M * (double) (hmm->M+1)))) / (… in effective_seqnumber()
915 …etarget = (bld->esigma - eslCONST_LOG2R * log( 2.0 / ((double) hmm->M * (double) (hmm->M+1)))) / (… in effective_seqnumber()
H A Dhmmer.h1278 double esigma; /* min total rel ent parameter for effn entropy weights */ member
/dports/biology/hmmer/hmmer-3.3/src/
H A Dp7_builder.c111 bld->esigma = (go != NULL) ? esl_opt_GetReal (go, "--esigma") : 45.0; in p7_builder_Create()
881 …etarget = (bld->esigma - eslCONST_LOG2R * log( 2.0 / ((double) hmm->M * (double) (hmm->M+1)))) / (… in effective_seqnumber()
915 …etarget = (bld->esigma - eslCONST_LOG2R * log( 2.0 / ((double) hmm->M * (double) (hmm->M+1)))) / (… in effective_seqnumber()
H A Dhmmer.h1278 double esigma; /* min total rel ent parameter for effn entropy weights */ member
/dports/biology/infernal/infernal-1.1.3/hmmer/testsuite/
H A Dtestsuite.sqc122 1 exercise build/--esigma @src/hmmbuild@ --eent --esigma 44.0 --EmL 10 --EvL 10 --EfL 10 %H…
/dports/biology/hmmer/hmmer-3.3/testsuite/
H A Dtestsuite.sqc122 1 exercise build/--esigma @src/hmmbuild@ --eent --esigma 44.0 --EmL 10 --EvL 10 --EfL 10 %H…
/dports/biology/infernal/infernal-1.1.3/src/
H A Dcmbuild.c2199 double esigma = esl_opt_GetReal(go, "--esigma"); /* default Infernal/HMMER3 sigma is 45.0 */ in set_target_relent() local
2210 …etarget = (esigma - eslCONST_LOG2R * log( 2.0 / ((double) clen * (double) (clen+1)))) / (double) c… in set_target_relent()

12