X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pom.git;a=blobdiff_plain;f=pom_solver.h;h=17ed4e30ab488233b2ec251870ac0b06431135d1;hp=b0624b40063d55eb4d218a8402efe15a439fc160;hb=HEAD;hpb=97a7e68f234cc09807d2d55f550e2516be0e9093 diff --git a/pom_solver.h b/pom_solver.h index b0624b4..17ed4e3 100644 --- a/pom_solver.h +++ b/pom_solver.h @@ -62,12 +62,14 @@ public: POMSolver(Room *room); // Uses the computation above for the various cameras and the prior - // to refresh proba_absence. Iterates as many times as specified. + // to refresh proba_absence. Iterates as many times as + // specified. The two last parameters are used only to save images + // showing the convergence void solve(Room *room, Vector *prior, Vector *views, - Vector *proba_presence, + Vector *result_proba_presence, int nb_frame, char *convergence_file_format); };