Video Compression in data compression

Video compression can be viewed as the compression of a sequence of images; in other words, image compression with a temporal component. Motion video may mask coding artifacts that would be visible in still images. On the other hand, artifacts that may not be visible in reconstructed still images can be very annoying in reconstructed … Read more

Compression over Modems

The ITU-T Recommendation V.42 bis is a compression standard devised for use over a telephone network along with error-correcting procedures described in CCITT Recommen- dation V.42. This algorithm is used in modems connecting computers to remote users. The algorithm described in this recommendation operates in two modes, a transparent mode and a compressed mode. In … Read more

Adaptive Dictionary in data compression

Most adaptive-dictionary-based techniques have their roots in two landmark papers by Jacob Ziv and Abraham Lempel in 1977 and 1978 . These papers provide two different approaches to adaptively building dictionaries, and each approach has given rise to a number of variations. The approaches based on the 1977 paper are said to belong to the … Read more

Diagram Coding in data compression

One of the more common forms of static dictionary coding is diagram coding. In this form of coding, the dictionary consists of all letters of the source alphabet followed by as many pairs of letters, called diagrams, as can be accommodated by the dictionary. For example, suppose we were to construct a dictionary of size … Read more

Static Dictionary in data compression

Choosing a static dictionary technique is most appropriate when considerable prior knowledge about the source is available. This technique is especially suitable for use in specific applications. For example, if the task were to compress the student records at a university, a static dictionary approach may be the best. This is because we know ahead … Read more