-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
First of all, thank you for making this a useful tool. I have some questions about the function bilateral_filter().
I used this function through Python but I only could set the radius parameter. How should we set up the domainSigma and rangeSigma? Also, are your default domainSigma and rangeSigma the same as the SimpleITK source code? https://simpleitk.org/doxygen/latest/html/namespaceitk_1_1simple.html#af370886169eb3521afd4e266e694f67d
Besides, if my denoised_images is a 3D image, will the radius be the 3D structure?
import napari_simpleitk_image_processing as nsitk # version 0.4.5 bilateral_denoised_image = nsitk.bilateral_filter(denoised_images, radius)
Metadata
Metadata
Assignees
Labels
No labels