• Nikita Shulga's avatar
    Do not use VLA in dynafu.cpp · 42e04927
    Nikita Shulga authored
    VLA is part of C99, but still not part of C++ standard
    Replace float variable-length-arrays with unique_ptr arrays (which are
    part of C++14)
    42e04927
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2 Loading commit data...
misc/python Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE_KinectFusion.md Loading commit data...
LICENSE_WillowGarage.md Loading commit data...
README.md Loading commit data...