[vtkusers] Displaying Segmented Data

Bill Lorensen bill.lorensen at gmail.com
Mon Jul 1 16:23:59 EDT 2013


This example:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Medical/GenerateModelsFromLabels

has logic to process non-consecutive labels. You should be able to include
this logic in your example.



On Mon, Jul 1, 2013 at 3:53 PM, cjayjones <cjayjones at gmail.com> wrote:

> I have a 3d volume that as been segmented into several hundred regions
> with a
> scalar value using the label.  I am trying to display a non-consecutive
> number of these.  I have been able to display consecutive regions following
> the " GenerateCubesFromLabels.cxx
> <http://www.vtk.org/Wiki/VTK/Examples/Cxx/Medical/GenerateCubesFromLabels>
> " example, however I am struggling to display non-consecutive regions.  Is
> there a way to apply "ThresholdBetween" cascaded so that it is effectively
> an ideal multi-band pass filter?   My other approach was to use
> "vtkImageMathematics" to do "SetOperationToReplaceCByK" and replace all of
> the region labels of interest to be consecutive and then use
> "ThresholdBetween" on the result, however, I'm also not able to cascade
> these operations it seems.  My attempt at using "vtkImageMathematics" is as
> follows:
>
>
>
> Thank you for your help.
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Displaying-Segmented-Data-tp5721706.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
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



-- 
Unpaid intern in BillsBasement at noware dot com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130701/546aca1f/attachment.htm>


More information about the vtkusers mailing list