Zielon / 3DScanning

Kinect Fusion for Markerless Augumented Reality on CUDA
13 stars 1 forks source link

DirectCompute for Fusion and Marching Cubes #108

Closed Mirjang closed 5 years ago

Mirjang commented 5 years ago
juanraul8 commented 5 years ago

Small comment if you want to run icp naive, the following lines in point cloud must be uncommented:

m_indexBuildingThread = new std::thread([this]()-> void{ m_nearestNeighbor->buildIndex(m_points); });

Mirjang commented 5 years ago

Small comment if you want to run icp naive, the following lines in point cloud must be uncommented:

m_indexBuildingThread = new std::thread([this]()-> void{ m_nearestNeighbor->buildIndex(m_points); });

Yea, also if you wana run the reconstruction test with native icp you need to uncomment a line there. But I´d say we are past native ICP