Skip to content

Commit 86f53a6

Browse files
committed
Revert "remove unused variable in filters.supervoxel"
This reverts commit 43db5cd.
1 parent 560cc78 commit 86f53a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

filters/SupervoxelFilter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ size_t SupervoxelFilter::estimateClusterCount(PointView &view)
126126
Voxel v = std::make_tuple((int)(std::floor(x / m_R)),
127127
(int)(std::floor(y / m_R)), (int)(std::floor(z / m_R)));
128128

129+
populatedVoxels.insert(v).second;
129130
}
130131
return populatedVoxels.size();
131132
}

0 commit comments

Comments
 (0)