<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.cloudcompare.org/doc/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Adam</id>
	<title>CloudCompare wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.cloudcompare.org/doc/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Adam"/>
	<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php/Special:Contributions/Adam"/>
	<updated>2026-05-10T09:51:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMedian_filter&amp;diff=47562</id>
		<title>Colors\Median filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMedian_filter&amp;diff=47562"/>
		<updated>2025-05-10T07:56:02Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Median filter&#039; menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [https://en.wikipedia.org/wiki/Median_filter Median filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of a sphere around each point inside which nearest neighbors will be extracted to compute the mean value. The bigger this radius, the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if all 3 color components of a point are below the threshold value or above &#039;255 - threshold&#039;, then this color will not be used in the computation. &lt;br /&gt;
**Example: if threshold = 2, rgb(0,0,0) is excluded, rgb(2,2,2) is excluded, rgb(253,253,253) is excluded, rgb(255,255,255) is excluded, but rgb(100,255,255) is included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit &amp;gt; Colors &amp;gt;  [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMean_filter&amp;diff=47561</id>
		<title>Colors\Mean filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMean_filter&amp;diff=47561"/>
		<updated>2025-05-10T07:55:29Z</updated>

		<summary type="html">&lt;p&gt;Adam: /* parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Mean filter&#039; menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [https://en.wikipedia.org/wiki/Arithmetic_mean arithmetic mean] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of a sphere around each point inside which nearest neighbors will be extracted to compute the mean value. The bigger this radius, the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if all 3 color components of a point are below the threshold value or above &#039;255 - threshold&#039;, then this color will not be used in the computation. &lt;br /&gt;
**Example: if threshold = 2, rgb(0,0,0) is excluded, rgb(2,2,2) is excluded, rgb(253,253,253) is excluded, rgb(255,255,255) is excluded, but rgb(100,255,255) is included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit &amp;gt; Colors &amp;gt;  [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CBilateral_filter&amp;diff=47560</id>
		<title>Colors\Bilateral filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CBilateral_filter&amp;diff=47560"/>
		<updated>2025-05-10T07:54:42Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Bilateral filter&#039; [[Image:CcBilateralFilter.png]] menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths a colors by applying a [http://en.wikipedia.org/wiki/Bilateral_filter bilateral filter] to the color components individually using the active scalar field as well.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;spatial sigma&#039;&#039;&#039;: the Normal distribution variance for the spatial part of the filter&lt;br /&gt;
*&#039;&#039;&#039;scalar sigma&#039;&#039;&#039;: the Normal distribution variance for the scalar part of the filter&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if all 3 color components of a point are below the threshold value or above &#039;255 - threshold value&#039;, then this color will not be used in the computation. &lt;br /&gt;
**Example: if threshold = 2, rgb(0,0,0) is excluded, rgb(2,2,2) is excluded, rgb(253,253,253) is excluded, rgb(255,255,255) is excluded, but rgb(100,255,255) is included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit &amp;gt; Colors &amp;gt; [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMedian_filter&amp;diff=47559</id>
		<title>Colors\Median filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMedian_filter&amp;diff=47559"/>
		<updated>2025-05-10T07:52:50Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Median filter&#039; menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [https://en.wikipedia.org/wiki/Median_filter Median filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the median value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**Example: if threshold = 2, rgb(0,0,0) is excluded, rgb(2,2,2) is excluded, rgb(253,253,253) is excluded, rgb(255,255,255) is excluded, but rgb(100,255,255) is included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit &amp;gt; Colors &amp;gt;  [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMean_filter&amp;diff=47558</id>
		<title>Colors\Mean filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMean_filter&amp;diff=47558"/>
		<updated>2025-05-10T07:52:14Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Mean filter&#039; menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [https://en.wikipedia.org/wiki/Arithmetic_mean arithmetic mean] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the mean value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**Example: if threshold = 2, rgb(0,0,0) is excluded, rgb(2,2,2) is excluded, rgb(253,253,253) is excluded, rgb(255,255,255) is excluded, but rgb(100,255,255) is included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit &amp;gt; Colors &amp;gt;  [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CBilateral_filter&amp;diff=47557</id>
		<title>Colors\Bilateral filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CBilateral_filter&amp;diff=47557"/>
		<updated>2025-05-10T07:51:40Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Bilateral filter&#039; [[Image:CcBilateralFilter.png]] menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths a colors by applying a [http://en.wikipedia.org/wiki/Bilateral_filter bilateral filter] to the color components individually using the active scalar field as well.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;spatial sigma&#039;&#039;&#039;: the Normal distribution variance for the spatial part of the filter&lt;br /&gt;
*&#039;&#039;&#039;scalar sigma&#039;&#039;&#039;: the Normal distribution variance for the scalar part of the filter&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**Example: if threshold = 2, rgb(0,0,0) is excluded, rgb(2,2,2) is excluded, rgb(253,253,253) is excluded, rgb(255,255,255) is excluded, but rgb(100,255,255) is included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit &amp;gt; colors &amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit &amp;gt; Colors &amp;gt; [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CBilateral_filter&amp;diff=47554</id>
		<title>Colors\Bilateral filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CBilateral_filter&amp;diff=47554"/>
		<updated>2025-05-09T20:55:43Z</updated>

		<summary type="html">&lt;p&gt;Adam: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Bilateral filter&#039; [[Image:CcBilateralFilter.png]] menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths a colors by applying a [http://en.wikipedia.org/wiki/Bilateral_filter bilateral filter] to the color components individually using the active scalar field as well.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
* spatial sigma: the Normal distribution variance for the spatial part of the filter&lt;br /&gt;
* scalar sigma: the Normal distribution variance for the scalar part of the filter&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit -&amp;gt; Colors -&amp;gt; [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMedian_filter&amp;diff=47553</id>
		<title>Colors\Median filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMedian_filter&amp;diff=47553"/>
		<updated>2025-05-09T20:54:38Z</updated>

		<summary type="html">&lt;p&gt;Adam: Created page with &amp;quot;== Menu / Icon ==  This tool is accessible via the &amp;#039;Edit &amp;gt; Colors &amp;gt; Median filter&amp;#039; menu.  == Description ==  Smooths Colors by applying a spatial [https://en.wikipedia.org/wik...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Median filter&#039; menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [https://en.wikipedia.org/wiki/Median_filter Median filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the median value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit -&amp;gt; Colors -&amp;gt;  [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMean_filter&amp;diff=47552</id>
		<title>Colors\Mean filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CMean_filter&amp;diff=47552"/>
		<updated>2025-05-09T20:51:05Z</updated>

		<summary type="html">&lt;p&gt;Adam: Created page with &amp;quot;== Menu / Icon ==  This tool is accessible via the &amp;#039;Edit &amp;gt; Colors &amp;gt; Mean filter&amp;#039; menu.  == Description ==  Smooths Colors by applying a spatial [https://en.wikipedia.org/wiki/...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Mean filter&#039; menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [https://en.wikipedia.org/wiki/Arithmetic_mean arithmetic mean] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the mean value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit -&amp;gt; Colors -&amp;gt;  [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47551</id>
		<title>Colors\Gaussian filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47551"/>
		<updated>2025-05-09T20:44:54Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Gaussian filter&#039; [[Image:CcGaussianFilter.png]] menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [http://en.wikipedia.org/wiki/Gaussian_filter Gaussian filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the mean value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit -&amp;gt; Colors -&amp;gt;  [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CBilateral_filter&amp;diff=47550</id>
		<title>Colors\Bilateral filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CBilateral_filter&amp;diff=47550"/>
		<updated>2025-05-09T20:44:25Z</updated>

		<summary type="html">&lt;p&gt;Adam: Created page with &amp;quot;== Menu / Icon ==  This tool is accessible via the &amp;#039;Edit &amp;gt; Colors &amp;gt; Bilateral filter&amp;#039; Image:CcBilateralFilter.png menu.  == Description ==  Smooths a scalar field by apply...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Bilateral filter&#039; [[Image:CcBilateralFilter.png]] menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths a scalar field by applying a [http://en.wikipedia.org/wiki/Bilateral_filter bilateral filter].&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
* spatial sigma: the Normal distribution variance for the spatial part of the filter&lt;br /&gt;
* scalar sigma: the Normal distribution variance for the scalar part of the filter&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit -&amp;gt; Colors -&amp;gt; [[Colors\Convert to Scalar Field | Convert to scalar field]]&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47549</id>
		<title>Colors\Gaussian filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47549"/>
		<updated>2025-05-09T20:39:43Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Gaussian filter&#039; [[Image:CcGaussianFilter.png]] menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [http://en.wikipedia.org/wiki/Gaussian_filter Gaussian filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the mean value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Gaussian filter | Gaussian filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Bilateral filter | Bilateral filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Mean filter | Mean filter]]&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; [[Colors\Median filter | Median filter]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten. If you want to preserve original colors, use Edit -&amp;gt; Colors -&amp;gt; Convert To Scalar Fields&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47548</id>
		<title>Colors\Gaussian filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47548"/>
		<updated>2025-05-09T20:32:53Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Gaussian filter&#039; [[Image:CcGaussianFilter.png]] menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [http://en.wikipedia.org/wiki/Gaussian_filter Gaussian filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the mean value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&lt;br /&gt;
|[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&lt;br /&gt;
|[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&lt;br /&gt;
|[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&lt;br /&gt;
|[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&lt;br /&gt;
|-&lt;br /&gt;
|No Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; Gaussian Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; Bilateral Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; Mean Filter&lt;br /&gt;
|Edit -&amp;gt; colors -&amp;gt; Median Filter&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47547</id>
		<title>Colors\Gaussian filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47547"/>
		<updated>2025-05-09T20:27:07Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Menu / Icon ==&lt;br /&gt;
&lt;br /&gt;
This tool is accessible via the &#039;Edit &amp;gt; Colors &amp;gt; Gaussian filter&#039; [[Image:CcGaussianFilter.png]] menu.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [http://en.wikipedia.org/wiki/Gaussian_filter Gaussian filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the mean value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;No Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Gaussian Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Bilateral Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Mean Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Median Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47546</id>
		<title>Colors\Gaussian filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47546"/>
		<updated>2025-05-09T20:25:27Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [http://en.wikipedia.org/wiki/Gaussian_filter Gaussian filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the mean value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters No filter.jpeg|frameless|default alignment|No filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters Gaussian filter.jpeg|frameless|default alignment|Gaussian filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters Bilateral filter.jpeg|frameless|default alignment|Bilateral filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters Mean filter.jpeg|frameless|default alignment|Mean filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[[Image:Color filters Median filter.jpeg|frameless|default alignment|Median filter]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;No Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Gaussian Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Bilateral Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Mean Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Median Filter&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_Median_filter.jpeg&amp;diff=47545</id>
		<title>File:Color filters Median filter.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_Median_filter.jpeg&amp;diff=47545"/>
		<updated>2025-05-09T19:57:50Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_Mean_filter.jpeg&amp;diff=47544</id>
		<title>File:Color filters Mean filter.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_Mean_filter.jpeg&amp;diff=47544"/>
		<updated>2025-05-09T19:57:39Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_Gaussian_filter.jpeg&amp;diff=47543</id>
		<title>File:Color filters Gaussian filter.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_Gaussian_filter.jpeg&amp;diff=47543"/>
		<updated>2025-05-09T19:57:26Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_Bilateral_filter.jpeg&amp;diff=47542</id>
		<title>File:Color filters Bilateral filter.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_Bilateral_filter.jpeg&amp;diff=47542"/>
		<updated>2025-05-09T19:57:02Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_No_filter.jpeg&amp;diff=47541</id>
		<title>File:Color filters No filter.jpeg</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=File:Color_filters_No_filter.jpeg&amp;diff=47541"/>
		<updated>2025-05-09T19:56:09Z</updated>

		<summary type="html">&lt;p&gt;Adam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
	<entry>
		<id>https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47540</id>
		<title>Colors\Gaussian filter</title>
		<link rel="alternate" type="text/html" href="https://www.cloudcompare.org/doc/wiki/index.php?title=Colors%5CGaussian_filter&amp;diff=47540"/>
		<updated>2025-05-09T18:36:40Z</updated>

		<summary type="html">&lt;p&gt;Adam: Created page with &amp;quot;== Description ==  Smooths Colors by applying a spatial [http://en.wikipedia.org/wiki/Gaussian_filter Gaussian filter] to each color component (Red,Green,Blue) individually....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
Smooths Colors by applying a spatial [http://en.wikipedia.org/wiki/Gaussian_filter Gaussian filter] to each color component (Red,Green,Blue) individually.&lt;br /&gt;
&lt;br /&gt;
== parameters ==&lt;br /&gt;
*&#039;&#039;&#039;kernel size&#039;&#039;&#039;: radius of the sphere in which nearest neighbors will be extracted around each point to compute the mean value. The bigger the stronger the filter will be (and the slower the computation...).&lt;br /&gt;
*&#039;&#039;&#039;color threshold&#039;&#039;&#039;: if a point all color components below the threshold value, or above 255-threshold then the this color will not be used. &lt;br /&gt;
**(example: threshold=2, rgb(0,0,0) excluded,rgb(2,2,2) excluded, rgb(253,253,253) excluded, rgb(255,255,255) excluded, rgb(100,255,255) included.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Cc_sf_gaussian_filter.jpg|frame|center|Edit &amp;gt; Colors &amp;gt; Gaussian, Median, Mean and Bilateral filters]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: the original colors will be overwritten&lt;/div&gt;</summary>
		<author><name>Adam</name></author>
	</entry>
</feed>