Re: [darktable-devel] new plugin proposal - motion deblurring

2014-02-19 Thread johannes hanika
okay, good to know! no worries about the module, you can get back onto it whenever it suits you. hope you get the other things sorted soon! -jo On Wed, Feb 19, 2014 at 4:11 PM, Jonathan Charnas wrote: > > Just wanted to say I'm still intent on finishing this - I just have to > find a new place

Re: [darktable-devel] new plugin proposal - motion deblurring

2014-02-19 Thread Jonathan Charnas
Just wanted to say I'm still intent on finishing this - I just have to find a new place to live and possibly a new job before I have time to do what I want, on top of what I need. Sorry for dropping off IRC abruptly, my life just got crazy and took me by surprise. Hope to get back to this soo

Re: [darktable-devel] new plugin proposal - motion deblurring

2014-01-09 Thread John C
As a quick follow-up, some people have asked if they could see the Matlab code. The matlab code is functional - but certainly not clean by any standard. It works, and there's a small readme explaining which method to call to make it work, but most of the code is not documented, and there's a lo

Re: [darktable-devel] new plugin proposal - motion deblurring

2013-12-19 Thread John C
Thank you Johannes. I'll be onto IRC starting this weekend, and looking at the code around the same time. I've done mostly Java dev, so I'll be building my C/C++ dev environment at the same time (well, choice of tools more than anything, I run on gentoo). Jon On 16.12.2013 21:48, johannes

Re: [darktable-devel] new plugin proposal - motion deblurring

2013-12-16 Thread johannes hanika
heya, good stuff, irc is a good idea. in the meantime, have a look at https://github.com/darktable-org/darktable/blob/master/src/iop/useless_simple.c(or just useless.c if you prefer) to get you started in the framework. the guts go into process() and opencl can be done later. happy to support you