forked from DeformableFriends/NeuralTracking
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Open3D 0.15.1 changes method semantics for voxel grids -- hash block allocation is now (very appropriately) split out from
Integrate
method into a separate method in theTsdfVoxelGrid
class. We need to do the analogous changes forIntegarateWarped
inWarpableTsdfVoxelGrid
. - These changes will allow us to test the "warpable" allocation routines explicitly. Take advantage of this opportunity to do so -- use real image data for source frame and synthesize target frame as rotation & translation, with some extra information around the edges of the observed object.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request