Re: [Gimp-developer] Denoising Plugin

2007-03-31 Thread Jim Sabatke
[EMAIL PROTECTED] wrote:
 On Thu, 29 Mar 2007 22:31:50 +0200, Jim Sabatke [EMAIL PROTECTED] wrote:
 
 I've just compiled a plugin based on a denoising program that attracted
 slashdot's attention a short while ago.

 http://rss.slashdot.org/~r/Slashdot/slashdot/~3/99611463/article.pl

 It gets very good reviews compared to Noise Ninja and other commercial
 products.

 I was wondering if it is good enough that you might be willing to
 include it in the standard distro?  The only holdback I can see is that
 it is written in C++.

 I've got it running on SuSE 10.0 and there is a windows version
 available online.

 The author has no objections to including it.

 Jim
 _
 
 very interesting filter.
 
 I just did a quick comparison rescaling some of thier sample images with 
 lanczos interpolation in gimp.
 
 Generally, lanczos was inbetween cubic and the denoising filter. The 
 latter usually produces images that are easier on the eye than both 
 cubic and lanczos but on closer inspection this is not without a price.
 
 Denoising grossly simplifies the image in cleaning it up. The girl in 
 hat image, res_lana.png becomes badly distorted and the result is worse 
 than both lanczos and cubic. (This is going by thier images on the demo 
 page).
 
 Ringing, while present, is less than gimp lanczos.
 
 However, quite a bit of detail is lost and the biggest defect seems to 
 be constast takes a bit hit.
 
 The overall effect is pleasing and probably would be good for a lot of 
 applications.
 
 Like any image processing it's a case of horses for courses and what 
 defects in the result are acceptable in a specific application with a 
 specific image.
 
 Thanks for bringing this up. A useful filter to have.
 
 gg.
 

Thanks for the analysis.  This code is still undergoing active 
development, with students scheduled to keep it up.  I'm passing your 
comments to the development team.

Jim
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Denoising Plugin

2007-03-29 Thread William Skaggs

Jim Sabatke wrote:
 I've just compiled a plugin based on a denoising program that attracted
 slashdot's attention a short while ago. [...]

Jim, there is already a GREYCstoration gimp plugin, which you can find
out about by googling greycstoration gimp plugin.  Is yours better?
In any case, the main gimp distribution doesn't currently include anything
written in C++.

Best wishes,

  -- Bill
 

 
__ __ __ __
Sent via the CNPRC Email system at primate.ucdavis.edu


 
   
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Denoising Plugin

2007-03-29 Thread Robert L Krawitz
   Date: Thu, 29 Mar 2007 13:50:02 -0700
   From: William Skaggs [EMAIL PROTECTED]

   Jim Sabatke wrote:
I've just compiled a plugin based on a denoising program that attracted
slashdot's attention a short while ago. [...]

   Jim, there is already a GREYCstoration gimp plugin, which you can find
   out about by googling greycstoration gimp plugin.  Is yours better?
   In any case, the main gimp distribution doesn't currently include anything
   written in C++.

Greycstoration is extremely slow.  If there's a faster one that does a
good job (and at least with the settings I tried, greycstoration
didn't do that great of a job), I'd be very interested in seeing it.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Denoising Plugin

2007-03-29 Thread Jim Sabatke
Robert L Krawitz wrote:
Date: Thu, 29 Mar 2007 13:50:02 -0700
From: William Skaggs [EMAIL PROTECTED]
 
Jim Sabatke wrote:
 I've just compiled a plugin based on a denoising program that attracted
 slashdot's attention a short while ago. [...]
 
Jim, there is already a GREYCstoration gimp plugin, which you can find
out about by googling greycstoration gimp plugin.  Is yours better?
In any case, the main gimp distribution doesn't currently include anything
written in C++.
 
 Greycstoration is extremely slow.  If there's a faster one that does a
 good job (and at least with the settings I tried, greycstoration
 didn't do that great of a job), I'd be very interested in seeing it.

The new version is MUCH faster and does a much better job than the old 
plugin.  The Greycstoration's original author and the gimp plugin's 
original author never did see eye to eye on the plugin.

You can try out the new plugin, source at:

http://sound.eti.pg.gda.pl/~greg/gimp/

It's basically a windows version, but if you put CC=g++ and 
LDFLAGS=-lpthread in the ENV, then gimptool does it's job on my version 
of linux just fine (SuSE 10.0).  It shows up under Filters-Enhance

Jim

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Denoising Plugin

2007-03-29 Thread Jim Sabatke
William Skaggs wrote:
 Jim Sabatke wrote:
 I've just compiled a plugin based on a denoising program that attracted
 slashdot's attention a short while ago. [...]
 
 Jim, there is already a GREYCstoration gimp plugin, which you can find
 out about by googling greycstoration gimp plugin.  Is yours better?
 In any case, the main gimp distribution doesn't currently include anything
 written in C++.
 
 Best wishes,
 
   -- Bill

Bill,

The current gimp site Greycstoration plugin has been abandoned and 
wasn't that good to begin with.  There has been a lot of work on the 
source code, plus a better gimp interface.

Jim

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Denoising Plugin

2007-03-29 Thread Robert L Krawitz
   Date: Thu, 29 Mar 2007 16:10:03 -0500
   From: Jim Sabatke [EMAIL PROTECTED]

   Robert L Krawitz wrote:
   Date: Thu, 29 Mar 2007 13:50:02 -0700
   From: William Skaggs [EMAIL PROTECTED]

   Jim Sabatke wrote:
I've just compiled a plugin based on a denoising program that 
attracted
slashdot's attention a short while ago. [...]

   Jim, there is already a GREYCstoration gimp plugin, which you can find
   out about by googling greycstoration gimp plugin.  Is yours better?
   In any case, the main gimp distribution doesn't currently include 
anything
   written in C++.

Greycstoration is extremely slow.  If there's a faster one that does a
good job (and at least with the settings I tried, greycstoration
didn't do that great of a job), I'd be very interested in seeing it.

   The new version is MUCH faster and does a much better job than the old 
   plugin.  The Greycstoration's original author and the gimp plugin's 
   original author never did see eye to eye on the plugin.

   You can try out the new plugin, source at:

   http://sound.eti.pg.gda.pl/~greg/gimp/

   It's basically a windows version, but if you put CC=g++ and 
   LDFLAGS=-lpthread in the ENV, then gimptool does it's job on my version 
   of linux just fine (SuSE 10.0).  It shows up under Filters-Enhance

At least at first glance, it does appear to be markedly better.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Denoising Plugin

2007-03-29 Thread gg
On Thu, 29 Mar 2007 22:31:50 +0200, Jim Sabatke [EMAIL PROTECTED] wrote:

 I've just compiled a plugin based on a denoising program that attracted
 slashdot's attention a short while ago.

 http://rss.slashdot.org/~r/Slashdot/slashdot/~3/99611463/article.pl

 It gets very good reviews compared to Noise Ninja and other commercial
 products.

 I was wondering if it is good enough that you might be willing to
 include it in the standard distro?  The only holdback I can see is that
 it is written in C++.

 I've got it running on SuSE 10.0 and there is a windows version
 available online.

 The author has no objections to including it.

 Jim
 _

very interesting filter.

I just did a quick comparison rescaling some of thier sample images with  
lanczos interpolation in gimp.

Generally, lanczos was inbetween cubic and the denoising filter. The  
latter usually produces images that are easier on the eye than both cubic  
and lanczos but on closer inspection this is not without a price.

Denoising grossly simplifies the image in cleaning it up. The girl in hat  
image, res_lana.png becomes badly distorted and the result is worse than  
both lanczos and cubic. (This is going by thier images on the demo page).

Ringing, while present, is less than gimp lanczos.

However, quite a bit of detail is lost and the biggest defect seems to be  
constast takes a bit hit.

The overall effect is pleasing and probably would be good for a lot of  
applications.

Like any image processing it's a case of horses for courses and what  
defects in the result are acceptable in a specific application with a  
specific image.

Thanks for bringing this up. A useful filter to have.

gg.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer