• 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
..
opencl Loading commit data...
deepflow.cpp Loading commit data...
dis_flow.cpp Loading commit data...
interfaces.cpp Loading commit data...
learn_prior.py Loading commit data...
motempl.cpp Loading commit data...
optical_flow_io.cpp Loading commit data...
pcaflow.cpp Loading commit data...
precomp.hpp Loading commit data...
simpleflow.cpp Loading commit data...
sparse_matching_gpc.cpp Loading commit data...
sparsetodenseflow.cpp Loading commit data...
variational_refinement.cpp Loading commit data...