Would like to run this filter on some real big images: ~ 8K x 10K x 2K voxels.
Have a cluster and can multi-thread as much as necessary.
Per: https://itk.org/pipermail/community/2015-October/010010.html, was this filter ever multi-threaded?
Alternatively - if I wanted to run the filter on overlapping blocks of the input in separate processes, would specifying the block overlap radius equal to the filter radius guarantee the same output as if I had run on the whole image? I.e. are there any edge effects larger than the filter radius?