[vtkusers] Question about visualization

Dan Lipsa dan.lipsa at kitware.com
Tue Jul 11 08:13:57 EDT 2017


Rustem,
Indeed there is a superquadric source in VTK and ParaView. You can try this
source in paraview to see what paramters you need to specify to get the
glyph you want.

Dan


On Tue, Jul 11, 2017 at 7:41 AM, Rustem Khabetdinov <
rustem.khabetdinov at gmail.com> wrote:

> As far as I know there is tensorglyph in vtk that allows to visualize
> superquadrics. I've tried to use it but it gives me incorrect glyph. It
> always gives me sphere instead of ellipsoid.
>
> 2017-07-04 18:44 GMT+03:00 longbowzhang <longbowzhangchina at gmail.com>:
>
>> Basically you try to visualize a 3-by-3 symmetric matrix.
>> The natural choice is to use an ellipsoid.
>>
>> Unfortunately, you have *negative* eigenvalues.
>> Therefore, the most elegant visualization should be this
>> SuperquadricTensorGlyph
>> <http://people.cs.uchicago.edu/~glk/sqd/schultzTVCG10Superqu
>> adricTensorGlyphs.pdf>
>> .
>> The  code <http://web.ci.uchicago.edu/~schultz/sphinx/superquadrics.html>
>> is based on OpenGL, rather than VTK.
>>
>> Hope this could help or inspire you to some extent.
>>
>> Longbow
>>
>>
>>
>> --
>> View this message in context: http://vtk.1045678.n5.nabble.c
>> om/Question-about-visualization-tp5743875p5743877.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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170711/71ad4968/attachment.html>


More information about the vtkusers mailing list