• Diego's avatar
    Fixed loop in buildPyramid in deepflow.cpp · fbbda575
    Diego authored
    The while loop in member function buildPyramid in deepflow.cpp terminated as a result of the break statement and never as a result of the termination criteria because the "i" variable in the while loop was never incremented.
    
    Changed the while loop into a for loop
    
    Changed the while loop into a for loop in the member function buildPyramid in deepFlow.cpp
    
    removed trailing whitespace
    fbbda575
Name
Last commit
Last update
.github Loading commit data...
doc/tutorials Loading commit data...
modules Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...