Coder Social home page Coder Social logo

doomkin / wavelet-denoise Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gimp-plugins-justice/wavelet-denoise

0.0 0.0 0.0 37 KB

Wavelet Denoise plugin by Marco Rossini

License: GNU General Public License v2.0

Makefile 4.58% C 93.17% Objective-C 2.26%

wavelet-denoise's Introduction

README
======

The wavelet denoise plugin for The GIMP is an algorithm copied and slightly
altered from the UFRaw program (which inherited the algorithm from dcraw).
Instead of denoising all RGB channels at once the plugin implementation allows
to denoise the RGB channels individually 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.

LICENCE
-------

Copyright (C) 2008 by Marco Rossini. Distributed under the General Public
License. See the file COPYING which contains the license.

INSTALLATION
------------

See the file INSTALL for instructions how to install the plugins.

USAGE
-----

Once the plugin is installed successfully, the plugin can be found in The GIMP
using the menu "Filters->Enhance->Wavelet denoise". It works for both Grayscale
and RGB (full colour) images, including alpha channels. The plugin dialog
allows to adjust several parameters.

1. First, the choice has to be made over what colour model is to be used. There
   are three possibilities (maybe there will be more in the future):

   a) RGB     (red-green-blue)

   b) YCbCr   (luminance-blueness-redness)

   c) CIELAB  (lightness-chroma)

   YCbCr and CIELAB allow separate reduction of luminance and chroma (colour)
   noise.

2. The preview mode can be selected. Either all channels can be selected or
   the current active channel which is then displayed in grayscale or colour.

3. Select the channel you want to denoise.

4. The sliders adjust the the threshold for denoising. The softness controls
   the softness of the thresholding. The greater the softness, the more noise
   remains in the image.

For camera pictures I advise to use YCbCr mode (which is nearly lossless) and
to at least denoise the Cb and Cr channels to reduce the chroma (colour) noise.
Cameras shooting in JPEG mode normally have chroma noise already reduced. If
desired, the luminance noise can be reduced. This channel usually contains
most of the fine structures in the image and should mostly be left alone.

wavelet-denoise's People

Contributors

doomkin avatar prokoudine avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.