[vtkusers] C# display a pointcloud from byte[]

Matias Montroull matimontg at gmail.com
Sun Nov 2 19:21:25 EST 2014


You would need to iterate through the byte array and add one point at a
time. Is it an image?

On Sun, Nov 2, 2014 at 6:36 PM, b43 b43 <bbenb43 at gmail.com> wrote:

> Hello!
>
> I wanted to display my pointcloud with vtk in a windows form application
> with c#. I have the pointcloud in a byte array: 640 * 480 * 4 * 8 format.
>
> So my question is that: is it possible to display my pointcloud with vtk
> from a byte[] array? If yes, how? If not, do you know any other solution
> for my problem?
>
> Thanks for your help,
> Beni
>
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20141102/52f6890d/attachment.html>


More information about the vtkusers mailing list