X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pom.git;a=blobdiff_plain;f=global.cc;fp=global.cc;h=db2866e73a5f8dead3f15f05910914d9d2df2e63;hp=0000000000000000000000000000000000000000;hb=97a7e68f234cc09807d2d55f550e2516be0e9093;hpb=48c9926a2ed03737a3b024a85cda348caebf4cfe diff --git a/global.cc b/global.cc new file mode 100644 index 0000000..db2866e --- /dev/null +++ b/global.cc @@ -0,0 +1,30 @@ + +////////////////////////////////////////////////////////////////////////////////// +// This program is free software: you can redistribute it and/or modify // +// it under the terms of the version 3 of the GNU General Public License // +// as published by the Free Software Foundation. // +// // +// This program is distributed in the hope that it will be useful, but // +// WITHOUT ANY WARRANTY; without even the implied warranty of // +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // +// General Public License for more details. // +// // +// You should have received a copy of the GNU General Public License // +// along with this program. If not, see . // +// // +// Written by Francois Fleuret // +// (C) Ecole Polytechnique Federale de Lausanne // +// Contact for comments & bug reports // +////////////////////////////////////////////////////////////////////////////////// + +#include "global.h" + +scalar_t global_prior = 0.01; +scalar_t global_mu_image_density = 0.0; +scalar_t global_sigma_image_density = 0.01; +scalar_t global_smoothing_coefficient = 0.8; +int global_max_nb_solver_iterations = 100; +scalar_t global_error_max = 1e-4; +int global_nb_stable_error_for_convergence = 5; +scalar_t global_proba_ignored = 1.00; +