Dženan Zukić

Results 237 comments of Dženan Zukić

OME-TIFF support is not even started. ZarrNGFF is in early stages. Which one will be better? Probably the one which receives more attention. That seems to be ZarrNGFF.

You can force-push to your master branch to translate the commit message into English.

If I remember correctly, there was some work on this. Was this issue resolved?

> FFT enlarges the input requested region This might not be due to performance improvement. It might be how the filter works. I think it needs the entire domain as...

Does the non-FFT version ignore parts of the image outside of the requested region, or does it access the kernel-neighborhood-size worth of pixels outside of the requested region? If so,...

> FFT filter should "see" only the 3x3 grid If you want that, you can first use region of interest filter and then apply FFT convolution. But I don't think...

Following #1975 and #1997, maybe docs should be updated? While it would probably work to just remove the concept check, I advise against it as I have been burned by...

https://github.com/InsightSoftwareConsortium/ITK/blob/047fa6934ac32711d1d7b84fa6eb81c72db01960/Modules/Filtering/DistanceMap/include/itkSignedMaurerDistanceMapImageFilter.h#L197-L198 The defaults are the opposite of that case. If we allowed integer outputs, the problematic case would appear frequently. If you compile ITK with `ITK_USE_CONCEPT_CHECKING=OFF`, you should still be...