corrected small bu on image sequence tone mapping
This commit is contained in:
parent
6310622be3
commit
817dca2219
@ -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())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user