[vtkusers] General question to usage of VTK

Dan Lipsa dan.lipsa at kitware.com
Mon Jul 23 11:45:51 EDT 2018


VTK supports pdal which is able to read .pcd. So you could load your file
using vtkPDALReader  - no need for conversions.
You'll need to recompile VTK and enable Module_vtkIOPDAL to enable that
functionality.

Dan


On Sun, Jul 22, 2018 at 12:57 PM StevenNew <stefan.neumann at tuhh.de> wrote:

> Hi,
>
> I'm also really new to the VTK and generally to the software development
> with libraries.
> I have a question, that I already researched on, but I couldn't find
> pleasing answers and therefore I wanted to ask here:
>
> I want to make an application that can read STL files and point clouds.
> Importing the STL files is no problem, but for the point clouds it would be
> nice if I could import .pcd files, which is a file format from the
> PointCloudLibrary, if I'm right.
> Is there a way to convert .pcd files to .ply or .stl ?
>
> An answer on this topic by real vtk-users would be so helpful.
>
> Thank you.
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20180723/b86fcb69/attachment.html>


More information about the vtkusers mailing list