Hello there,
I am working in simple project to come up with analysing an compressed
image then calculate the PSNR:
so, can any body helps with steps to encode and decode the image.
thanks in advance
|
|
0
|
|
|
|
Reply
|
malhartomi (1)
|
4/5/2010 6:21:32 PM |
|
On Apr 5, 2:21=A0pm, Moodi <malhart...@gmail.com> wrote:
> Hello there,
> I am working in simple project to come up with analysing an compressed
> image then calculate the PSNR:
> so, can any body helps with steps to encode and decode the image.
> thanks in advance
---------------------------------------------------------------------------=
---------------------------------------------------------------------------
imwrite() and imread() will encode and decode images, for example in
jpeg with various quality factors. No real steps involved, just call
the functions with the proper arguments (filename, array, etc.)
|
|
0
|
|
|
|
Reply
|
ImageAnalyst
|
4/5/2010 6:31:42 PM
|
|