Lossy data compression

From LavryEngineering
Revision as of 18:38, 24 February 2012 by Brad Johnson (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The term "Lossy data compression" is used to describe a method where processing is applied to data to reduce the total amount of data. In lossy data compression some of the original information is discarded. The result is that an approximation of the original information is encoded in the output data and the total amount of data is reduced (thus the term "compression").

What makes lossy data compression useful is the human mind's ability to "fill in the missing details." Most lossy data compression schemes involve some form of perceptual coding based on research on human perception.

See data compression for details.