[vtkusers] How to cut and flat a volumedata with an spline

Raúl Ferriz raul at torresyvalero.com
Thu Oct 21 02:28:58 EDT 2010


El 20/10/2010 20:48, Bill Lorensen escribió:
> BTW, this is sometimes called curvilinear reformatting. It is
> available on most commercial radiology workstations and many
> commercial PACS systems. A google search on "curvilinear reformat"
> will show you many papers and examples.
>
> Bill
>
> On Wed, Oct 20, 2010 at 2:45 PM, Bill Lorensen<bill.lorensen at gmail.com>  wrote:
>> I did this many years ago. This is what I recall...
>>
>> I would use the RuledSurfaceFilter to create a surface between two
>> splines. I assume you have one spline. You can use
>> vtkTransformPolyDataFilter to create a second spline translated from
>> the first. �The original and translated splines will be the input to
>> the ruled surface filter. Then I would use vtkProbeFilter to sample
>> the imagedata with the ruled surface The input will be the output of
>> the RuledSurface filter, the Source will be the image data.
>>
>> See how that works, then we can attack the flattening issue.
>>
>> Bill
>

Many thanks Bill!!

I will work around this and ask again if I weren't able to this work as 
I want.



More information about the vtkusers mailing list