[Rtk-users] Truncation artifact recovery

Simon Rit simon.rit at creatis.insa-lyon.fr
Wed Feb 19 14:24:14 CET 2025


Hi,
FieldOfViewImageFilter only masks out what is not in the FOV. Is this
masking failing or is the problem the white artefacts in the FOV?
In the latter case, the only heuristic truncation is that of Ohnesorge et al
<https://doi.org/10.1118/1.598855>, which can be set like this
https://github.com/RTKConsortium/RTK/blob/master/applications/rtkfdk/rtkfdk.cxx#L145C3-L145C46
where 0 means no correction, 1 means padding with the same size as the
input and values between 0 and 1 are a fraction of the size.
Otherwise, you may want to consider iterative reconstruction but it seems
that you have an interior problem which cannot be solved. See this article
<https://doi.org/10.1109/MSP.2010.936743> for a review of the literature on
this topic.
Simon


On Wed, Feb 19, 2025 at 2:08 AM 王治阵 <2023200830 at mail.buct.edu.cn> wrote:

> Hi,
>
> Recently, I was using FDK algorithm for CBCT, but when I used
> FieldOfViewImageFilter(), there were some truncation artifacts at the
> beginning and end of reconstruction results, which may be caused by
> insufficient data collection. Then, is there any algorithm in ITK and RTK
> that can eliminate truncation artifacts and restore the original field of
> view with some methods?
>
> The small field of view is the truncation artifact, and the large field of
> view is the original field of view.
>
> _______________________________________________
> Rtk-users mailing list
> rtk-users at openrtk.org
> https://www.creatis.insa-lyon.fr/mailman/listinfo/rtk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.creatis.insa-lyon.fr/pipermail/rtk-users/attachments/20250219/6cc50952/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.png
Type: image/png
Size: 93917 bytes
Desc: not available
URL: <http://www.creatis.insa-lyon.fr/pipermail/rtk-users/attachments/20250219/6cc50952/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.png
Type: image/png
Size: 167193 bytes
Desc: not available
URL: <http://www.creatis.insa-lyon.fr/pipermail/rtk-users/attachments/20250219/6cc50952/attachment-0003.png>


More information about the Rtk-users mailing list