Commit 817dca22 authored by Alexandre Benoit's avatar Alexandre Benoit

corrected small bu on image sequence tone mapping

parent 6310622b
...@@ -289,7 +289,7 @@ cv::Mat loadNewFrame(const std::string filenamePrototype, const int currentFileI ...@@ -289,7 +289,7 @@ cv::Mat loadNewFrame(const std::string filenamePrototype, const int currentFileI
currentFrameIndex=startFrameIndex; currentFrameIndex=startFrameIndex;
while(currentFrameIndex <= endFrameIndex) while(currentFrameIndex <= endFrameIndex)
{ {
cv::Mat currentFrame = loadNewFrame(inputImageNamePrototype, startFrameIndex, false); cv::Mat currentFrame = loadNewFrame(inputImageNamePrototype, currentFrameIndex, false);
if (currentFrame.empty()) if (currentFrame.empty())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment