Denoising
Set of operations performing noise reduction. Choose the more suitable method based on your sample and define the diameter.

Denoising parameters
|
Parameter |
Description |
|
|---|---|---|
|
Channels |
Sets the processing and analysis target channel(s). |
|
|
Method |
Sets the denoising algorithm. |
|
|
– |
Bilateral |
The Bilateral filtering can reduce the noise in an image while maintaining edges. A bilateral filtering blurs an image using both domain and range neighborhoods. |
|
– |
Discrete Gaussian |
The Discrete Gaussian filter blurs an image by convolution with a discrete Gaussian kernel. This method is fast, but blurs edges. |
|
– |
Flow-driven |
The curvature Flow-driven denoising filter is an anisotropic diffusion method used to reduce noise or unwanted detail in images while preserving specific image features. |
|
– |
Mean |
The Mean filter blurs the image by calculating a new intensity value for each pixel. The new intensity is equal to the average of the intensity values of the pixels in the local neighborhood. |
|
– |
Median |
The Median filter sets the intensity for each pixel to the median of the intensity values in the local neighborhood. The median is the intensity value and the center of the ordered sequence of all pixels in the local neighborhood. |
|
– |
Particle |
The Particle Enhancement Filter can be used to extract bright structures of a certain size from a noisy background. It convolves a given image with a special restoration kernel. |
|
Diameter |
Sets the reference objects the reference objects diameter. |
|
tool.