RSS/Atom feed Twitter
Site is read-only, email is disabled

Image Interpolation algorithms in GEGL

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Image Interpolation algorithms in GEGL Ravi Ojha 05 Nov 15:50
  Image Interpolation algorithms in GEGL Alexandre Prokoudine 05 Nov 18:18
  Image Interpolation algorithms in GEGL Nicolas Robidoux 05 Nov 18:47
Ravi Ojha
2014-11-05 15:50:12 UTC (over 9 years ago)

Image Interpolation algorithms in GEGL

Hello Devs

I'm trying to understand the implementation of several Image Interpolation techniques of GEGL. For instance, Cubic.

I spent some time with the code but it gets a little tougher to keep the strings together. I was wondering if there are any blog posts explaining the implementation process of Cubic, NoHalo and LoHalo algorithms.

Thanks

Ravi Ojha B. Tech. Computer Engineering
NIT Surat
http://www.hck.re/akatsuki | http://www.rookieslab.com

Alexandre Prokoudine
2014-11-05 18:18:46 UTC (over 9 years ago)

Image Interpolation algorithms in GEGL

On Wed, Nov 5, 2014 at 7:50 PM, Ravi Ojha wrote:

Hello Devs

I'm trying to understand the implementation of several Image Interpolation techniques of GEGL. For instance, Cubic.

I spent some time with the code but it gets a little tougher to keep the strings together. I was wondering if there are any blog posts explaining the implementation process of Cubic, NoHalo and LoHalo algorithms.

I think you could start from
http://web.cs.laurentian.ca/nrobidoux/misc/NohaloAndLohalo.txt.

There are also *a lot* of comments in e.g. https://github.com/GNOME/gegl/blob/master/gegl/buffer/gegl-sampler-nohalo.c

Alex

Nicolas Robidoux
2014-11-05 18:47:52 UTC (over 9 years ago)

Image Interpolation algorithms in GEGL

Ravi:

The other thing you should know is that sigmoidization http://www.imagemagick.org/Usage/resize/#resize_sigmoidal should be ripped out of the LoHalo code: One can do better than to enlarge through linear light when the filter has negative lobes, but I ascertained last Summer that sigmoidization is not the way to do it.

On 5 November 2014 16:50, Ravi Ojha wrote:

Hello Devs

I'm trying to understand the implementation of several Image Interpolation techniques of GEGL. For instance, Cubic.

I spent some time with the code but it gets a little tougher to keep the strings together. I was wondering if there are any blog posts explaining the implementation process of Cubic, NoHalo and LoHalo algorithms.

Thanks

Ravi Ojha B. Tech. Computer Engineering
NIT Surat
http://www.hck.re/akatsuki | http://www.rookieslab.com

_______________________________________________ gegl-developer-list mailing list
List address: gegl-developer-list@gnome.org List membership:
https://mail.gnome.org/mailman/listinfo/gegl-developer-list