InsightSoftwareConsortium / itk_cucim

ITK Python filters accelerated with cuCIM
Apache License 2.0
3 stars 3 forks source link

Implement multi_resolution_pyramid_image_filter #9

Open thewtex opened 2 years ago

grlee77 commented 2 years ago

reference: https://itk.org/Doxygen/html/classitk_1_1MultiResolutionPyramidImageFilter.html

notes: This supports only integer downsampling factors, although they can be specified on a per-axis and per-level basis. Smoothing is done with the already implemented DiscreteGaussianImageFilter and downsampling is done via a ResampleImageFilter that uses linear interpolation.