Dear Sirs, for our image recognition application we need to decompress jpeg files from the database, before doing matching with the query image.
Currently I am using the JPEG Decoder from TI, Version 2.00.01.01, downloaded from here with a EVMDM6446 board and the codec engine framework, using the IIMGDEC1interface. Everything works fine, except that the decompression takes a bit to long for our application, and we are out of the specification (response time) for our product. Our implementation is inefficient as we are first fully decompressing the image, then calculating DCT of the 8x8 blocks in order to do the matching (correlations) over this transformed data. So we could save much calculation time if we could have an output of the partial decompressed data.
So my question is: in the jpeg decoder library provided for TI, is there a means to have acces to partial decompressed data (8x8 quantized dct before reconstruction of the image)? This would be real useful for our product development.
Thanks and best regards,
Sara