Skip to content

Commit

Permalink
[HDR merge] bugfix after rebase on view image update
Browse files Browse the repository at this point in the history
  • Loading branch information
demoulinv committed Sep 14, 2023
1 parent 1bd7bbb commit 077101a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/pipeline/main_LdrToHdrMerge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ int aliceVision_main(int argc, char** argv)
bool macbeth = false;
for(int k = 0; k < group.size(); k++)
{
const std::string fname = group[k]->getImagePath();
const std::string fname = group[k]->getImage().getImagePath();
boost::filesystem::path p(fname);
macbeth = macbeth || (p.stem().string().find("_macbeth") != std::string::npos);
}
Expand Down

0 comments on commit 077101a

Please sign in to comment.