Page MenuHomePhabricator

dMRI nonlocal means denoising crashes
Closed, WontfixPublic

Event Timeline

neher triaged this task as High priority.Nov 3 2021, 1:21 PM
neher created this task.

I think there is a bug in the itk filter. itkPatchBasedDenoisingImageFilter normalizes the patch weights to center weigh=1, i.e. the other weights might very well become > 1. In a next step it is asserted that the weights are <=1, leading to a crash (PatchBasedDenoisingBaseImageFilter<TInputImage, TOutputImage>
::SetPatchWeights).

neher reopened this task as Open.
neher closed this task as Wontfix.