yifita / 3PU

Patch-base progressive 3D Point Set Upsampling
165 stars 23 forks source link

a bug in virtual_scanner/polygonmesh.cpp #6

Open zhoujianling opened 5 years ago

zhoujianling commented 5 years ago

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]);
    }