In the past, I have used ITK in custom ParaView plugins written in C++. That's a fairly straightforward approach when you use the VtkGlue module from ITK to transfer data between VTK and ITK image data types. See http://www.paraview.org/Wiki/ParaView/Plugin_HowTo for information about ParaView plugins.
Another approached used by Tomviz, a ParaView-based application, involves using ITK in some filtering operations. It uses ITK's Python bindings and imports the itk package in the ITK-based Python filters. See https://github.com/OpenChemistry/tomviz for the Tomviz source code. HTH, Cory On Fri, Nov 25, 2016 at 10:54 AM, Fred Fred <[email protected]> wrote: > Hello, > > is there any work on integrating ITK filters into PV? > > What is the easiest way to do it? > > Is there other 2D images filters available? > > Thx in advance for your help. > > > S. > > > _______________________________________________ > 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 ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen Staff R&D Engineer Kitware, Inc. _______________________________________________ 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 ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
