mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Export CLI: added print info for coloring mesh step
This commit is contained in:
@@ -1108,6 +1108,7 @@ int main(int argc, char * argv[])
|
|||||||
|
|
||||||
if(mesh->polygons.size())
|
if(mesh->polygons.size())
|
||||||
{
|
{
|
||||||
|
printf("Mesh color transfer...\n");
|
||||||
rtabmap::util3d::denseMeshPostProcessing<pcl::PointXYZRGBNormal>(
|
rtabmap::util3d::denseMeshPostProcessing<pcl::PointXYZRGBNormal>(
|
||||||
mesh,
|
mesh,
|
||||||
0.0f,
|
0.0f,
|
||||||
@@ -1117,6 +1118,7 @@ int main(int argc, char * argv[])
|
|||||||
!texture,
|
!texture,
|
||||||
doClean,
|
doClean,
|
||||||
200);
|
200);
|
||||||
|
printf("Mesh color transfer... done (%fs).\n", timer.ticks());
|
||||||
|
|
||||||
if(!texture)
|
if(!texture)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user