tsdf-fusion
tsdf-fusion copied to clipboard
How to make reconstruction without matlab?
I find Pyhon version of tsdf not only have color but also can run without matlab. I have make my C++ version TSDF add colored , but I have no idea have to replace matlab. I know the key part is marching_cubes_lewiner (Python) and isosurface(matlab). Any wary to replace them in C++? Any ideal and suggesion is OK !
Thanks!