<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.registry.gimp.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>CIELAB</title>
 <link>http://www.registry.gimp.org/taxonomy/term/578</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>L*C*h color selector</title>
 <link>http://www.registry.gimp.org/node/16814</link>
 <description>&lt;p&gt;L*C*h (L*a*b* in polar coordinates) color selector module.&lt;/p&gt;
&lt;p&gt;Just type &quot;make install&quot; to install this module (You don&#039;t need to rebuild the GIMP.) .&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://mimosa-pudica.net/img/lch-selector.png&quot; /&gt;&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/16814#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/38">Public Domain</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/578">CIELAB</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/754">color selector</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/579">Lab</category>
 <enclosure url="http://www.registry.gimp.org/files/gimp-lch-selector-0.3.tar.gz" length="3433" type="application/octet-stream" />
 <pubDate>Mon, 15 Jun 2009 15:35:08 +0200</pubDate>
 <dc:creator>y-fujii</dc:creator>
 <guid isPermaLink="false">16814 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Wavelet denoise</title>
 <link>http://www.registry.gimp.org/node/4235</link>
 <description>&lt;p&gt;
The wavelet denoise plugin is a tool to reduce noise in each channel of an image separately. The default colour space to do denoising is YCbCr which has the advantage that chroma noise can be reduced without affecting image details. Denoising in CIELAB (L*a*b*) or RGB is available as an option. The user interface allows colour mode and preview channel selection. The denoising threshold can be set for each colour channel independently.
&lt;/p&gt;

&lt;h2&gt;Features&lt;/h2&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;li&gt;User interface with preview is available.&lt;/li&gt;
	&lt;li&gt;Amount of denoising for each channel is selectable.&lt;/li&gt;
	&lt;li&gt;Possibility to denoise YCbCr or CIELAB channels instead of RGB exists.&lt;/li&gt;
	&lt;li&gt;Noise profiling is done.&lt;/li&gt;
	&lt;li&gt;Conversion from RGB to YCbCr and RGB to CIELAB is lossless.&lt;/li&gt;
	&lt;li&gt;Preview is capable of displaying one single channel only if desired.&lt;/li&gt;
	&lt;li&gt;Processing time is reasonably fast (around 20 seconds for a 10 Megapixel image) and independent from the amount of denoising applied.&lt;/li&gt;
	&lt;li&gt;User interface in multiple languages is available.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Details&lt;/h2&gt;
&lt;p&gt;
The wavelet denoise plugin for The GIMP reduces noise in an image using the algorithm copied and altered from the UFRaw program [Udi Fuchs] (which inherited the algorithm from dcraw [Dave Coffin]). Instead of denoising all RGB channels at once, the plugin implementation allows to denoise the RGB channels in dividually and - even more useful - to denoise the YCbCr or CIELAB channels individually. The colour model conversions are nearly lossless as the internal calculations are done in floating point numbers and rounding errors are avoided. Because the algorithm implements a wavelet filtering it runs quite fast.
&lt;/p&gt;
&lt;h2&gt;Example&lt;/h2&gt;
&lt;p&gt;
This is part of a picture taken with the Nikon D80 DSLR camera at ISO 1600 in
RAW format. The face is lit by two candles and a colour temperature setting of 
2500 K was used. The file was opened with the UFRaw plugin.
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;/files/a.png&quot; /&gt;&lt;br&gt;&lt;img src=&quot;/files/b.png&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
The goal is not to reduce all noise. The unpleasant part is the chroma noise 
which appears only when shooting the camera in RAW mode at a high ISO speed. As 
you can see the colour (chroma) noise is almost completely gone in the second picture and the luminance noise is slightly reduced. If you look closely at the face you will notice that the image details have not been altered much, the sharpness is almost the same.
&lt;/p&gt;
&lt;p&gt;
Note that this is just the result of a uniform application of the filter on the unprocessed image. Masking the filter effect with a selection is possible which could improve the result even more.
&lt;/p&gt;
&lt;h2&gt;What&#039;s new in version 0.3&lt;/h2&gt;
&lt;p&gt;
The most significant changes are the introduction of noise profiling and internationalization.
&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;li&gt;Noise profiling is done.&lt;/li&gt;
	&lt;li&gt;Internationalization is possible now, several translations exist.&lt;/li&gt;
	&lt;li&gt;New slider &amp;quot;Softness&amp;quot; (which replaces the old &amp;quot;Detail&amp;quot; slider, but is completely different from it) to control the thresholding mechanism.&lt;/li&gt;
	&lt;li&gt;Introduction of the CIELAB (L*a*b*) colour space.&lt;/li&gt;
	&lt;li&gt;Reorganisation of source files and new installation routine via Makefiles.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;What&#039;s new in version 0.2&lt;/h2&gt;
&lt;p&gt;
There are several changes that have been made to improve the plugin.
&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
	&lt;li&gt;The denoising is done on linear data now. The sRGB gamma of approximately 2.
	2 is compensated.&lt;/li&gt;
	&lt;li&gt;The interface has been reorganized&lt;/li&gt;
	&lt;li&gt; A &#039;Detail&#039; slider has been added which affects the thresholds dependency on
	noise frequency.&lt;/li&gt;
	&lt;li&gt;Tool-tips have been added.&lt;/li&gt;
	&lt;li&gt;The single channel preview can now be displayed in colour.&lt;/li&gt;
	&lt;li&gt;There is a &#039;Reset&#039; button which resets the currently selected channel tempor
	arily (during the time the button is pressed).&lt;/li&gt;
	&lt;li&gt;Normal reset buttons have been added.&lt;/li&gt;
	&lt;li&gt;The size of the dialog is saved now after it is closed.&lt;/li&gt;
	&lt;li&gt;The default thresholds are all zero now.&lt;/li&gt;
	&lt;li&gt;The progress bar was fixed and tweaked.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Apart from that minor other changes have been made.
&lt;/p&gt;
&lt;h2&gt;License&lt;/h2&gt;
The plugin is distributed under the General Public License (GPL).</description>
 <comments>http://www.registry.gimp.org/node/4235#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/43">GPLv2+</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/578">CIELAB</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/339">dcraw</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/333">denoise</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/579">Lab</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/129">noise</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/341">noise removal</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/334">RGB</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/338">UFRaw</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/340">wavelets</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/335">YCbCr</category>
 <enclosure url="http://www.registry.gimp.org/files/wavelet-denoise-0.2-win.zip" length="138149" type="application/octet-stream" />
 <pubDate>Sun, 04 May 2008 11:28:25 +0200</pubDate>
 <dc:creator>marcor</dc:creator>
 <guid isPermaLink="false">4235 at http://www.registry.gimp.org</guid>
</item>
</channel>
</rss>
