Questions tagged [lossy-compression]
36 questions
0
votes
0 answers
guess lossless and lossy compression scheme to encode picture data (RGGB or YCrCb or YCgCo)
I'm trying to guess which compression scheme is encoding a 14 bits picture, based on observing data samples.
The same algorithm (with different parameters) is likely used to compress lossy and lossless.
Here is an example of header data for lossless…

lclevy
- 23
- 1
- 6
0
votes
1 answer
state of the art lossy compression program
Does anyone know of a state of the art LOSSY compression program for data BESIDES music and images? I need actual executable or comilable source code.
I am trying to compress AMillionRandomDigits.bin.
Idea is to lossily compress…
user562688
0
votes
1 answer
Image compression using Lossy Compression technique
I need to convert PNG to JPEG,JPEG 2000 using ImageMagick and Matlab. I want to compress all data with ratio ( e.g. 10) and then specify some file size? Any idea or solution to achieve the specific file size? How can I do it? Thanks
user7801697
0
votes
1 answer
Image Compression using Haar Transform
I am a newbie writing a script for lossy image compression using Matlab.
My first step was to have full level processing of an image, which I am doing by using the following script.
clearvars all;
N =…

Abhishek
- 137
- 1
- 2
- 12
0
votes
3 answers
Log data reduction for variable bandwidth data link
I have an embedded system which generates samples (16bit numbers) at 1 milli second intervals. The variable uplink bandwidth can at best transfer a sample every 5ms, so I am
looking for ways to adaptively reduce the data rate while minimizing the…

2.718
- 435
- 2
- 9
-1
votes
2 answers
Image processing with lossy compression
If we compare image procesing of the losslessly compressed images with the image processing of the lossy compressed images, does the latter provide the results comparable to the former one.
I am asking this question because the images prodiced by…

Xolve
- 22,298
- 21
- 77
- 125