Template:Bilateral Filter: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(Created page with "__NOINDEX__ __NOTOC__ ==Bilateral Filter== The ''Bilateral Filter'' performs an edge-preserving smoothing filter. It can emphasize the longer-range variability in an image, which smooths the image, while reducing the edge blurring effect other smoothing filters might cause. It is very useful for reducing noise in an image. ===Input Parameters=== *''Input raster file:'' – Select the raster to be used. *''Standard deviation in distance in pixels:'' – The clos...")
 
m (Protected "Template:Bilateral Filter" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOINDEX__
__NOINDEX__
__NOTOC__
__NOTOC__
 
===Bilateral Filter===
==Bilateral Filter==
The ''Bilateral Filter'' performs an edge-preserving smoothing filter. It can emphasize the longer-range variability in an image, which smooths the image, while reducing the edge blurring effect other smoothing filters might cause. It is very useful for reducing noise in an image.
The ''Bilateral Filter'' performs an edge-preserving smoothing filter. It can emphasize the longer-range variability in an image, which smooths the image, while reducing the edge blurring effect other smoothing filters might cause. It is very useful for reducing noise in an image.


===Input Parameters===
====Input Parameters====
*''Input raster file:'' – Select the raster to be used.
*''Input raster file:'' – Select the raster to be used.
*''Standard deviation in distance in pixels:'' – The closer distance to the kernel center, the heavier weighting given to the pixel. Enter the deviation in decimal (0.75 is default).
*''Standard deviation in distance in pixels:'' – The closer distance to the kernel center, the heavier weighting given to the pixel. Enter the deviation in decimal (0.75 is default).
*''Standard deviation in intesity in pixels:'' –  The closer the intensity to the kernel weightings the heavier weighting given to the pixel. Enter the intensity to be used (1.0 is default).
*''Standard deviation in intesity in pixels:'' –  The closer the intensity to the kernel weightings the heavier weighting given to the pixel. Enter the intensity to be used (1.0 is default).


===Output Parameters===
====Output Parameters====
*''Output raster file:'' – Enter the name of the modified raster file to be created.
*''Output raster file:'' – Enter the name of the modified raster file to be created.


===Toolbox Location===
====Toolbox Location====
Rasters/Bilateral Filter
Rasters/Bilateral Filter


====Related Links====
====Related Links====
*[https://www.whiteboxgeo.com/manual/wbt_book/available_tools/image_processing_tools_filters.html#BilateralFilter| Bilateral Filter] Whitebox Documentation
*[https://www.whiteboxgeo.com/manual/wbt_book/available_tools/image_processing_tools_filters.html#BilateralFilter| Bilateral Filter] Whitebox Documentation

Latest revision as of 18:55, 31 October 2024


Bilateral Filter

The Bilateral Filter performs an edge-preserving smoothing filter. It can emphasize the longer-range variability in an image, which smooths the image, while reducing the edge blurring effect other smoothing filters might cause. It is very useful for reducing noise in an image.

Input Parameters

  • Input raster file: – Select the raster to be used.
  • Standard deviation in distance in pixels: – The closer distance to the kernel center, the heavier weighting given to the pixel. Enter the deviation in decimal (0.75 is default).
  • Standard deviation in intesity in pixels: – The closer the intensity to the kernel weightings the heavier weighting given to the pixel. Enter the intensity to be used (1.0 is default).

Output Parameters

  • Output raster file: – Enter the name of the modified raster file to be created.

Toolbox Location

Rasters/Bilateral Filter

Related Links