ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
608 stars 161 forks source link

deblur in a single dimension? #517

Open samtorrisi opened 8 months ago

samtorrisi commented 8 months ago

just curious if ants or antspynet has a tool that deblurs in a single dimension? AFNI has 3dSharpen, for example, and it works well but in 3D. i have data that, because of the pulse sequence, is anisotropically smooth, so i'd like to deblur only in the slice direction. thoughts? and thanks!

cookpa commented 7 months ago

EDIT: question is about sharpening not smoothing

cookpa commented 7 months ago

Oops, I read this backwards - I don't think there's a way to anisotropically sharpen, but you could extract slices from the image and then sharpen in 2D.