Algomorph / LevelSetFusion-Python

Level Set Fusion (3D Reconstruction of Dynamic Scenes) Experimental Code
Apache License 2.0
15 stars 1 forks source link

Clean up (some) TODOs in C++ code: reordering in/out variables, refactoring, splitting up functions, etc. #59

Closed Algomorph closed 5 years ago

Algomorph commented 5 years ago

Still some things left, like ensuring out-params are ordered before in-params in method signatures and such.