Hello,
I have rewritten my denoising plugin and I would like to present it:
<http://registry.gimp.org/plugin?id=5610>
It has a new Feature now "Texture Detail" and this allows to control the
"depth" of blurring.
I believe, it is a major improvement.
regards,
Peter
|
|
0
|
|
|
|
Reply
|
Peter
|
5/22/2005 4:33:17 PM |
|
On Sun, 22 May 2005 18:33:17 +0200, Peter Heckert wrote:
> Hello,
>
> I have rewritten my denoising plugin and I would like to present it:
>
> <http://registry.gimp.org/plugin?id=5610>
>
> It has a new Feature now "Texture Detail" and this allows to control the
> "depth" of blurring.
> I believe, it is a major improvement.
>
> regards,
>
> Peter
Being new to Gimp and using Debian Linux, where do I put the file at?
Thanks,
Art2U
|
|
0
|
|
|
|
Reply
|
art2u
|
5/22/2005 7:30:36 PM
|
|
Hello Art2U,
art2u wrote:
> On Sun, 22 May 2005 18:33:17 +0200, Peter Heckert wrote:
>
>>Hello,
>>
>>I have rewritten my denoising plugin and I would like to present it:
>>
>><http://registry.gimp.org/plugin?id=5610>
>>
>
> Being new to Gimp and using Debian Linux, where do I put the file at?
>
It is C-source and it is installed with an invocation of gimptool.
Short installation instructions are contained in source as comment block.
However, I am not sure, which .deb package is needed for debian in order
to install gimptool if you dont already have it.
HTH,
Peter
|
|
0
|
|
|
|
Reply
|
Peter
|
5/22/2005 9:00:57 PM
|
|
Hello Peter,
> It is C-source and it is installed with an invocation of gimptool.
Suggestion: Optional use parameter "install-admin", gimptool installs
the plugin for all users the and not only for the installing user.
,----
| $ gimptool --install-admin dcamnoise2.c
`----
Best wishes,
Christoph
--
True misery for a man is when there are no more problems to be solved.
|
|
0
|
|
|
|
Reply
|
Christoph
|
5/23/2005 5:39:57 AM
|
|
Dnia 2005-05-22 18:33, Peter Heckert napisa�(a):
> Hello,
>
> I have rewritten my denoising plugin and I would like to present it:
>
> <http://registry.gimp.org/plugin?id=5610>
>
So, what can I do with this plugin under windows? :(
--
Best regards, Ann, Gregory and son Kamil (08.05.2005)
|
|
0
|
|
|
|
Reply
|
ISO
|
5/23/2005 6:54:23 AM
|
|
Hello,
Ania i Grze� wrote:
> Dnia 2005-05-22 18:33, Peter Heckert napisa�(a):
>
>> Hello,
>>
>> I have rewritten my denoising plugin and I would like to present it:
>>
>> <http://registry.gimp.org/plugin?id=5610>
>>
>
> So, what can I do with this plugin under windows? :(
>
Sorry I am unable to support windows and other exotic systems :)
So far I know, there are user groups for windows gimpers and possibly
they can compile it and tell how to install.
Nevertheless the source is required, because it contains usage instructions.
A very recent collection of windows-gimp plugins can be found here:
<http://distantland.hp.infoseek.co.jp/gimp/plug-ins/>
and my plugin is contained also.
HTH,
Peter
|
|
0
|
|
|
|
Reply
|
Peter
|
5/23/2005 3:15:32 PM
|
|
Peter Heckert wrote:
> Hello,
>
> I have rewritten my denoising plugin and I would like to present it:
>
> <http://registry.gimp.org/plugin?id=5610>
Hi Peter..
I have some trouble installing this one.. (I have installed earlier
versions of Dcam Noise with no problem).
There are a few warnings about unused variables, but the
compile dies with this error:
/usr/bin/ld: cannot find -lgtk-x11-2.0
collect2: ld returned 1 exit status
Is there such a package as lgtk-x11-20 ? (I can't find any reference
to it on the net).. The closest I have are listed below.
/usr/lib/libgtk-x11-2.0.so.0
/usr/lib/libgtk-x11-2.0.so.0.600.4
/usr/lib/libgtk-x11-2.0.la
I recently compiled GIMP 2.2.7, so I must have all the libraries :-)
|
|
0
|
|
|
|
Reply
|
Jim
|
5/23/2005 3:31:03 PM
|
|
Hello Jim,
Jim Townsend wrote:
> Peter Heckert wrote:
>
>
>>Hello,
>>
>>I have rewritten my denoising plugin and I would like to present it:
>>
>><http://registry.gimp.org/plugin?id=5610>
>
>
>
> Hi Peter..
>
> I have some trouble installing this one.. (I have installed earlier
> versions of Dcam Noise with no problem).
>
> There are a few warnings about unused variables, but the
> compile dies with this error:
>
> /usr/bin/ld: cannot find -lgtk-x11-2.0
> collect2: ld returned 1 exit status
>
> Is there such a package as lgtk-x11-20 ? (I can't find any reference
> to it on the net).. The closest I have are listed below.
>
> /usr/lib/libgtk-x11-2.0.so.0
> /usr/lib/libgtk-x11-2.0.so.0.600.4
> /usr/lib/libgtk-x11-2.0.la
>
> I recently compiled GIMP 2.2.7, so I must have all the libraries :-)
>
I still use gimp 2.2.6.
dcamnoise2.c is plain c code, it doesnt make any reference to specific
library-versions, that should be linked.
This is done by gimptool.
Therefore I think, that your development environment does not work.
Possibly "gimptool" is out-dated or you have multiple versions installed.
BTW, I have just uploaded version 5.1, which has improvements for
edge-sharpness and should be less critical in adjustment. I also updated
usage instructions, because usage details have changed (simplified).
Usage should be easier now.
HTH,
Peter
|
|
0
|
|
|
|
Reply
|
Peter
|
5/23/2005 7:15:41 PM
|
|
Peter Heckert wrote:
> dcamnoise2.c is plain c code, it doesnt make any reference to specific
> library-versions, that should be linked.
> This is done by gimptool.
> Therefore I think, that your development environment does not work.
> Possibly "gimptool" is out-dated or you have multiple versions installed.
OK thanks.. I'll check gimptool and see if there is a newer version..
|
|
0
|
|
|
|
Reply
|
Jim
|
5/23/2005 8:57:39 PM
|
|
|
8 Replies
625 Views
(page loaded in 0.157 seconds)
Similiar Articles: As good as it gets? :( Fixed point frequency response error from ...Dcam Noise 2 V 0.50 - comp.graphics.apps.gimp Dcam Noise 2 V 0.50 - comp.graphics.apps.gimp Dcam Noise 2 V 0.50 - comp.graphics.apps.gimp Generate ... noise suppression in simulink - comp.soft-sys.matlabDcam Noise 2 V 0.50 - comp.graphics.apps.gimp... White Noise Power - comp.soft-sys.matlab Dcam Noise 2 V 0.50 - comp.graphics.apps.gimp White Gaussian Noise - comp.soft ... randn function - comp.soft-sys.matlabgaussian noise: randn and imnoise - comp.soft-sys.matlab ... Dcam Noise 2 V 0.50 - comp.graphics.apps.gimp... comp.soft-sys.matlab... 11/5/2010 4:50:04 PM ... db/10 ... Matlab code for Noise Reduction by Fuzzy Image Filtering - comp ...matlab code for sigma filter to remove speackle noise - comp.soft ... Matlab code for Noise Reduction by Fuzzy Image Filtering - comp ... Dcam Noise 2 V 0.50 - comp ... Fraction of Total problem in FM 5.0 - comp.databases.filemaker ...Dcam Noise 2 V 0.50 - comp.graphics.apps.gimp Fraction of Total problem in FM 5.0 - comp.databases.filemaker ... Correct would be Dogs 5 50% beagle 0 0% collie 5 ... gaussian noise: randn and imnoise - comp.soft-sys.matlab ...Dcam Noise 2 V 0.50 - comp.graphics.apps.gimp... comp.soft-sys.matlab... 11/5/2010 4:50:04 PM ... db/10); % noise power B = imnoise(A,'gaussian',0,N2 ... randn function ... Add gaussian noise - comp.soft-sys.matlabReply: mayan: 11/5/2010 4:50:04 PM ... noise power B = imnoise(A,'gaussian',0,N2); % add noise to image > (2 ... more snow than the picture that has 2 dB noise ... calculate noise variance of AWGN - comp.dsp... 128.5 dBW i used the following formula Gaussian_sigma = 0.5 * sqrt(2) * ( 10^(0.05 * noise_level ... I assume you want volts, into 50 ohms, but how would I know that ... matlab code for sigma filter to remove speackle noise - comp.soft ...I need to remove the speackle noise from a satellite image ... thread where I discussed speckle in message #2. ... 1 Replies 733 Views (page loaded in 0.01 seconds) Adding noise to ADC input to increase accuracy - comp.dsp ...eg. with noise of LSB, averaged over 6 samples x=([0:360]/360)*2*pi; y=sin(x); v=[y' y' y' y' y' y']; b=4; n=(1/b)*1 ... 7/6/2012 4:50:30 PM Dcam Noise 2 V 0.50 - comp.graphics.apps.gimp | Computer GroupHello, I have rewritten my denoising plugin and I would like to present it: It has a new Feature now "Texture Detail" and this allows to control t... Peacemaker 3.2mm Contractor Roll - 2' x 800' - Audimute Soundproofing0 Products $0.00 ... sound insulation offers superior noise reduction ... 2' wide x 800' long Contractor Roll - Covers 1600 sq. ft. 7/27/2012 10:30:58 AM
|