Closed Mirjang closed 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); });
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