[vtkusers] Speed Up Rendering Colored Point Cloud

Ken Martin ken.martin at kitware.com
Thu Nov 3 19:05:20 EDT 2016


If you want to go to the extreme and you are willing to hack around a
little  bit you can use vtkLODPointCloudMapper. It is a bit behind VTK so
the build may need to be modified. But it can render a 100 million point
dataset at a rate of 1 billion points/second without much grief on my
laptop (gtx 960M) You can find some talk about it here...

http://vtk.1045678.n5.nabble.com/30-million-points-and-Render-td5737692.html

and

http://vtk.1045678.n5.nabble.com/Qt-based-sample-point-viewer-application-td5737771.html



On Thu, Nov 3, 2016 at 6:52 PM, David E DeMarle <dave.demarle at kitware.com>
wrote:

> Use vtk 7, it was made for this sort of workload.
>
> On Nov 3, 2016 6:05 PM, "jeffsp" <jeffsp at gmail.com> wrote:
>
>> I have used the VTK/Examples/Cxx/PolyData/ColoredPoints example as a
>> starting
>> point to create an application that renders a colored point cloud.
>>
>> It works great, except when the point cloud gets big. With tens of
>> millions
>> of points, it's not usable.
>>
>> Can someone make a recommendation for speeding things up?
>>
>> VTK 6.1
>> Linux RHEL 7.2
>>
>>
>>
>> --
>> View this message in context: http://vtk.1045678.n5.nabble.c
>> om/Speed-Up-Rendering-Colored-Point-Cloud-tp5741041.html
>> Sent from the VTK - Users mailing list archive at Nabble.com.
>> _______________________________________________
>> 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:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>>
>
> _______________________________________________
> 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:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>


-- 
Ken Martin PhD
Chairman & CFO
Kitware Inc.
28 Corporate Drive
Clifton Park NY 12065
518 371 3971

This communication, including all attachments, contains confidential and
legally privileged information, and it is intended only for the use of the
addressee.  Access to this email by anyone else is unauthorized. If you are
not the intended recipient, any disclosure, copying, distribution or any
action taken in reliance on it is prohibited and may be unlawful. If you
received this communication in error please notify us immediately and
destroy the original message.  Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20161103/4eab8a5b/attachment.html>


More information about the vtkusers mailing list