Fix unsharp mask
This PR fixes a crash occurring when reconstructing "too few slices" with unsharp mask.
The underlying culprit is Convolution
not behaving well data size is smaller than kernel size.
Close #158 (closed)
Edited by Pierre Paleo
This PR fixes a crash occurring when reconstructing "too few slices" with unsharp mask.
The underlying culprit is Convolution
not behaving well data size is smaller than kernel size.
Close #158 (closed)