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=3f1230f69c7a29011554f176771bfcd4e08d001c;hpb=12b332fa8c9cabbc8848b9507aa4bc4f58a60dd1 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); };