[Rtk-users] scatterglarecorrection

dongping.wang at simmhealthcare.com dongping.wang at simmhealthcare.com
Tue Jul 19 03:29:13 UTC 2022


Hi all

 

I am trying to use ScatterGlareCorrectionImageFilter to do some scattering correction. From the test, we can see we just need to set the coef, then call the update().

 


ImageType::Pointer testImage = createInputImage(coef);

	
  SFilter->SetInput(testImage);

	
  TRY_AND_EXIT_ON_ITK_EXCEPTION(SFilter->Update())

 


The question is if we need to call the UpdateFFTProjectionsConvolutionKernel() to build the filter before we call update()?


If we wanted to correct one 3D raw project data, how we do the correction slice by slice?  Any example for it?


 


 


Regards


Wang Dongping


 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/rtk-users/attachments/20220719/4462d1c1/attachment.htm>


More information about the Rtk-users mailing list