<div dir="ltr"><div>Looking for some help:<br></div><div><br></div>I need to create a surface and I have been looking at the Mesh filters in PDAL.<div><br><div>Filters.delaunay I have used extensively in the past and I know it well but I was experimenting with the others.<div><br></div><div>I got filters.poisson working for all of its limitations but I cannot get filters.greedyprojection to produce anything. </div><div><br></div><div>Am I doing something wrong or is it just not working?<br><br>When I run it using the same pipeline structure and the same input file that works for the other two filters -- I get nothing. I don't get an error (even with --developer-debug), I don't get an empty file, The pipeline completes successfully and no file has been written. I have tried playing around with the parameters that the docs suggest and in line with the PCL original suggestions - but just a stubborn "non!" from the filter :(</div><div><br></div><div>I am using this pipeline : </div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Consolas,"Courier New",monospace;font-size:14px;line-height:19px;white-space:pre"><div>{</div><div>  <span style="color:rgb(156,220,254)">"pipeline"</span>:</div><div>  [</div><div>    {</div><div>      <span style="color:rgb(156,220,254)">"type"</span>: <span style="color:rgb(206,145,120)">"readers.las"</span>,</div><div>      <span style="color:rgb(156,220,254)">"filename"</span>: <span style="color:rgb(206,145,120)">"object3.las"</span></div><div>    },</div><div>    {</div><div>      <span style="color:rgb(156,220,254)">"type"</span>: <span style="color:rgb(206,145,120)">"filters.greedyprojection"</span>,</div><div>      <span style="color:rgb(156,220,254)">"multiplier"</span> : <span style="color:rgb(181,206,168)">2</span>,</div><div>      <span style="color:rgb(156,220,254)">"radius"</span>: <span style="color:rgb(181,206,168)">10</span>,</div><div>      <span style="color:rgb(156,220,254)">"num_neighbors"</span> : <span style="color:rgb(181,206,168)">100</span></div><div>    },</div><div>    {</div><div>      <span style="color:rgb(156,220,254)">"faces"</span>: <span style="color:rgb(206,145,120)">"true"</span>,</div><div>      <span style="color:rgb(156,220,254)">"filename"</span>: <span style="color:rgb(206,145,120)">"object4.ply"</span>,</div><div>      <span style="color:rgb(156,220,254)">"type"</span>: <span style="color:rgb(206,145,120)">"writers.ply"</span></div><div>    }</div><div>  ]</div><div>}</div></div></div><div><div><br></div></div></div></div></div>