yifita / 3PU

Patch-base progressive 3D Point Set Upsampling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a bug in virtual_scanner/polygonmesh.cpp

zhoujianling opened this issue · comments

In polygonmesh.cpp line 154, there is an obvious bug:

   if (argc > 3) // should be 'argc > 5'
    {
        start_id = atoi(argv[3]);
        end_id = atoi(argv[4]);
        model_id = atoi(argv[5]);
    }