How can I approximate the Noise Reduction Non-Local Means in Amira?

I’ve tried in-build four denoising tools for my micro-ct data, but the results were not ideal. Sometimes the results are even mixed with noise outside the organization. This is my default setting in Amira. How should I approximate the same function? Thanks.
default

Simple Filters module provides many noise reduction filters. For example, there is a non-local means filter called PatchBasedDenoisingImageFilter. You can find its documentation here. There are a lot of things to scroll through, but you should be able to find description of the method and exaplanation of all its parameters. If something is not clear about the algorithm or you would need advice on other image noise reduction filters then you can ask on the ITK forum.

Thank you for your help! I’ll try it.