Re: [darktable-dev] automatic haze/dust removal

2017-02-13 Thread Heiko Bauke
Dear Jo, Am 12.02.2017 um 09:55 schrieb johannes hanika: src/iop/useless.c this looks very useful! I will continue to optimize my Python implementation of automatic haze removal and then start to write a darktable module on the basis of my Python prototype and the (not that) useless module

Re: [darktable-dev] automatic haze/dust removal

2017-02-12 Thread johannes hanika
hi, as of dev documentation: there's our irc channel which you may find most useful.. and src/iop/useless.c https://github.com/darktable-org/darktable/blob/master/src/iop/useless.c which implements all required callbacks and comes with a couple of code comments that should get you started. cheers

Re: [darktable-dev] automatic haze/dust removal

2017-02-11 Thread The Ritz
* Is an automatic haze removal module something that you would like to have in Darktable? Abso-fucking-lutely. :) .mm ___ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.dark

[darktable-dev] automatic haze/dust removal

2017-02-11 Thread Heiko Bauke
Hello, recently I became interested in the problem of automatic haze removal. Poking around in the scientific literature I found a method that is (relatively) easy to implement and gives quite satisfactory results (depending to some degree on the quality of the input file). For testing purpo