Re: Desired Image Compression algorithms in scikit-image
Hi all, I have chosen a highly cited(>6400) paper<http://www.stanford.edu/class/ee398a/handouts/papers/Shapiro%20-%20EZT.pdf>`Embedded Image Coding using ZeroTrees of Wavelet Coefficients` as an image compression algorithm to implement in my proposal for now. A short tutorial in the form of slides on the same can be found here<http://www.ws.binghamton.edu/fowler/fowler%20personal%20page/EE523_files/Ch_...> . Regards, Ankit Agrawal, Communication and Signal Processing, IIT Bombay. On Thu, Mar 20, 2014 at 12:26 AM, Ronnie Ghose <ronnie.ghose@gmail.com>wrote:
also another problem is the many different ways you can do image compression, if you look at the second paper of the paper ankit linked, there are no few options - and those are only the ones they explicitly cited
On Wed, Mar 19, 2014 at 2:35 PM, Ankit Agrawal <aaaagrawal@gmail.com>wrote:
On Wed, Mar 19, 2014 at 4:41 AM, Ralf Gommers <ralf.gommers@gmail.com>wrote:
On Tue, Mar 18, 2014 at 5:20 PM, Stuart Mumford <stuart@mumford.me.uk>wrote:
As point of note, if you are looking into doing Python based JPEG200 you should look over the glymur project ( https://github.com/quintusdias/glymur) which is Python wrappers around the OpenJPEG C lib. If you can code the compression algorithm in Python, that library might provide you some framework for dealing with the meta data and other things(which are in Python in glymur), save you re-inventing the wheel.
I just had a look at Glymur, and that's the kind of code that's useful but you really don't want to write. I suggested JPEG 2000 simply because it's a well-known wavelet based algorithm. The scope of Ankit's GSoC should be *algorithms* imho; dealing with file formats, metatdata, etc. would be a huge time sink and out of scope for both scipy and scikit-image I'd think.
I concur with Ralf. IMHO, the complete implementation of JPEG 2000 is not something I can manage completely in two and a half weeks. Meanwhile, I am going through the most cited paper<https://www.math.purdue.edu/~lucier/692/DJL-image-compression.pdf>that I got in this area 'Image Compression Through Wavelet Transform Coding', which seems big too. I think maybe Josh has knowledge about wavelet based compression techniques?
SunPy has had a lot of contact from the Glymur dev he is a helpful guy.
Stuart
On 18 March 2014 16:16, Stéfan van der Walt <stefan@sun.ac.za> wrote:
www.jpeg.org/jpeg2000guide/papers/madamsjp2k.pdf
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "scikit-image" group. To unsubscribe from this group and stop receiving emails from it, send an email to scikit-image+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
participants (1)
-
Ankit Agrawal