<div dir="ltr">I'm adding a class to VTK that I am currently calling vtkDepthImageToPointCloud. It takes as input a depth image and optional scalar image plus a camera, and produces a point cloud (vtkPolyData) as output.<div><br></div><div>The question is: I want to place it in VTK/Imaging/Hybrid. David G. has already created a vtkImageToPoints filter located there so it seems a natural fit. However, since it depends on a vtkCamera, it means extending module.cmake to depend on vtkRenderingCore in order to build properly.</div><div><br></div><div>Is this okay? A better suggestion? Note that VTK/Filters/Hybrid already depends on vtkRenderingCore so this seems consistent. If I don't hear anything I'll move ahead.</div><div><br></div><div>Best,</div><div>W<br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>William J. Schroeder, PhD<br>Kitware, Inc. - Building the World's Technical Computing Software<br>28 Corporate Drive<br>Clifton Park, NY 12065<br><a href="mailto:will.schroeder@kitware.com" target="_blank">will.schroeder@kitware.com</a><br><a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>(518) 881-4902</div></div></div>
</div></div>