[ITK-users] itk::MRIBiasFieldCorrectionFilter

Dženan Zukić dzenanz at gmail.com
Fri Jan 8 08:12:19 EST 2016


Hi Muhammad,

it looks to be a case of the simplest 1 input 1 output filter. Pseudocode:

read3Dimage();
MRIbfcFilter->SetInput(image3D);
MRIbfcFilter->Update();
corrected3Dimage=MRIbfcFilter->GetOutput();

HTH,
Dženan (جنان)

On Wed, Jan 6, 2016 at 8:25 AM, Jawad, Muhammad <
m.jawad at jacobs-university.de> wrote:

>
> Dear Itk User,
>
> I am looking for some example about the usage pipeline of
> itk::MRIBiasFieldCorrectionFilter for dicom images.
>
> If some body know or has already worked on it, kinldy share it by the toy
> example.
>
>
>
>
> --
> Muhammad Jawad
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160108/defd0c4a/attachment.html>


More information about the Insight-users mailing list