Skip to content
Snippets Groups Projects
Commit 78ae68aa authored by Thomas Boy's avatar Thomas Boy
Browse files

fix

parent 4c28a80b
Branches
No related tags found
No related merge requests found
......@@ -306,9 +306,9 @@ int main(int argc, char * argv[])
bgs->process(img_input, img_mask, img_bkgmodel); // by default, it shows automatically the foreground mask image
// //we save the bk gmodel
// std::string bkTestFileName = inputDir + "bk_"+TToolBox::mNzero(i)+".jpg";
// imwrite(bkTestFileName.c_str(),img_bkgmodel);
//we save the bk gmodel
std::string bkTestFileName = inputDir + "bk_"+TToolBox::mNzero(i)+".jpg";
imwrite(bkTestFileName.c_str(),img_bkgmodel);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment