mirror of
https://gitlab.univ-nantes.fr/E164955Z/ptrans.git
synced 2026-08-31 00:30:27 +08:00
doc
This commit is contained in:
@@ -364,7 +364,6 @@ std::vector<CCLib::ReferenceCloud*>* ColorimetricSegmenter::regionGrowing(ccPoin
|
||||
nNSS.level = 1;
|
||||
nNSS.queryPoint = *(pointCloud->getPoint(tPointIndex));
|
||||
Tuple3i cellPos = Tuple3i();
|
||||
//ccLog::Print("%llu", octree->getCellCode(tPointIndex));
|
||||
octree->getCellPos(octree->getCellCode(tPointIndex), 1, cellPos, false);
|
||||
nNSS.cellPos = cellPos;
|
||||
CCVector3 cellCenter;
|
||||
|
||||
Reference in New Issue
Block a user