Hello,
I have the N4BiasFieldCorrectionImageFilter implemented in c# (visual studio) and it is working correctly and improving images.
However, when I attempt to use the method GetLogBiasFieldAsImage() I get the following compilation error:
“‘N4BiasFieldCorrectionImageFilter’ does not contain a definition for ‘GetLogBiasFieldAsImage’ and no accessible extension method…”
I need this method because I need to run the filter with ShrinkFactor higher than 1.
What can cause this method to be missing? and what can I do about it?
Is there another way, besides this method, to obtain the Bias Field?
Thanks!
Thank you so much for answering!
I am using simpleITK version 2.0.2 (maybe 2.0.2.0) downloaded from this place (downloaded the zip at the bottom line of this screen capture):
I realize now that it is not the same version (oops).
What can be done about it? Should I download a newer sitk version? (if yes, which and where from?)
Of course its not that I must use this specific method. Any method that would give me the full-resolution corrected image, through the full-resolution Bias Field or directly, would work for me.
Only it must be available in the C# implementation.
Thanks again!