Re: [Gimp-developer] Code for unsharp mask

2019-09-10 Thread Liam R E Quin
On Mon, 2019-09-09 at 10:08 -0400, Chaitanya Kolluru wrote:
> Where I can find the source code for the unsharp mask algorithm? 

It's usually implemented as the difference between two gaussian blurs,
which is where it gets its silly name.

I think it's probably in Foley & van Dam, but the GIMP code is in the
GEGL library.

https://gitlab.gnome.org/GNOME/gegl/blob/master/operations/common/unsharp-mask.c

Liam


-- 
Liam Quin - web slave for https://www.fromoldbooks.org/
with fabulous vintage art and fascinating texts to read.
Click here to have the slave beaten.

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] Code for unsharp mask

2019-09-10 Thread Chaitanya Kolluru
Hi,

I use GIMP to run an unsharp mask on my images. I'm trying to implement
this functionality in a LabVIEW program. The program interfaces with camera
hardware.

Where I can find the source code for the unsharp mask algorithm? If anyone
can point me in the right direction, that would be great.

Thanks,
Chaitanya

-- 
Chaitanya Kolluru
Graduate Student
Biomedical Imaging Lab
Case Western Reserve University
Phone: 216-860-7792 <(216)%20860-7792>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list