[Insight-users] Rigid3DPerspectiveTransform

Bill Lorensen bill.lorensen at gmail.com
Mon Apr 21 12:42:13 EDT 2008


Peter,

I the past at GE, we generated DRR's using the ExpNegativeImageFilter
and AccummulateImageFilter. These resulted in parallel projections
along each of the major planes, not Perspective projections. I do
recall that we also successfully generated arbitrary DRR's with
Insight/Examples/DigitallyReconstructedRadiograph1.cxx. I have no
experience with similar code in InsightApplications. Which code were
you using in InsightApplications?

Bill

On Mon, Apr 21, 2008 at 11:13 AM, Boettcher, Dr. Peter
<Boettcher at kleintierklinik.uni-leipzig.de> wrote:
>
> I try to use Rigid3DPerspectiveTransform for the generation of digitally
> reconstructed radiographs (DRR). The example within the ITKApplication uses
> the RayCaster instead of Rigid3DPerspectiveTransform. Searching the mailing
> list as well as the web I did not find any example on how to use that
> filter. The testing script does only transform points and not an image
> volume.
> I suppose I will have to declare Rigid3DPerspectiveTransform as my
> transformer. In additon to that I will need an image resample filter and an
> interpolator. However pluggin those components together does not work.
>
> ImageResampleFilter->SetTransform(Rigid3DPerspectiveTransform) does ot
> compile.
>
> Regards, Peter.
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list