Travel Guides » Data Compression: The Complete Reference
Amazon.com
Price: $79.11
$99.00 List Price
With FREE Super Saver Shipping
Marketplace (34 New & Used)
from: $22.92
Usually ships in 1-2 business days
Hardcover: 1092 pages: 1 item
Publisher: Springer; 2006-12-19
Author: David Salomon
ISBN: 1846286026
Sales Rank in Books: #852599
Product Review
"A wonderful treasure chest of information; spanning a wide range of data compression methods, from simple test compression methods to the use of wavelets in image compression. It is unusual for a text on compression to cover the field so completely." – ACM Computing Reviews "Salomon’s book is the most complete and up-to-date reference on the subject. The style, rigorous yet easy to read, makes this book the preferred choice … [and] the encyclopedic nature of the text makes it an obligatory acquisition by our library." – Dr Martin Cohn, Brandeis University Data compression is one of the most important tools in modern computing, and there has been tremendous progress in all areas of the field. This fourth edition of Data Compression provides an all-inclusive, thoroughly updated, and user-friendly reference for the many different types and methods of compression (especially audio compression, an area in which many new topics covered in this revised edition appear). Among the important features of the book are a detailed and helpful taxonomy, a detailed description of the most common methods, and discussions on the use and comparative benefits of different methods. The book’s logical, clear and lively presentation is organized around the main branches of data compression. Topics and features: •highly inclusive, yet well-balanced coverage for specialists and nonspecialists •thorough coverage of wavelets methods, including SPIHT, EZW, DjVu, WSQ, and JPEG 2000 •comprehensive updates on all material from previous editions And these NEW topics: •RAR, a proprietary algorithm •FLAC, a free, lossless audio compression method •WavPack, an open, multiplatform audio-compression algorithm •LZMA, a sophisticated dictionary-based compression method •Differential compression •ALS, the audio lossless coding algorithm used in MPEG-4 •H.264, an advanced video codec, part of the huge MPEG-4 project •AC-3, Dolby's third-generation audio codec •Hyperspectral compression of 3D data sets This meticulously enhanced reference is an essential resource and companion for all computer scientists; computer, electrical and signal/image processing engineers; and scientists needing a comprehensive compilation of compression methods. It requires only a minimum of mathematics and is well-suited to nonspecialists and general readers who need to know and use this valuable content. David Salomon is a professor emeritus of computer Science at California State University, Northridge. He has authored numerous articles and books, including Coding for Data and Computer Communications, Guide to Data Compression Methods, Data Privacy and Security, Computer Graphics and Geometric Modeling, Foundations of Computer Security and Transformations and Projections in Computer Graphics.
18 of 22 people found the following review helpful
Decent overview of many algorithms, October 23, 1998
By A Customer
Amazon Verified Purchase(What's this?)
This review is from: Data Compression: The Complete Reference (Paperback)
This book is more about breadth than depth. It explains the workings of pretty much every data and image compression algorithm you've ever heard of. It's not as strong on theory as Bell/Cleary/Witten's _Text Compression_, and doesn't have source code like Nelson's _The Data Compression Book_, but it does a fine job of filling in the space between.If you're not looking for source code or lots of theory, and just want to know what all these dozens of algorithms actually *do*, this would be an appropriate book for you.
12 of 15 people found the following review helpful
Many algorithms included, but no in-depth discussion, May 2, 1999
By A Customer
This review is from: Data Compression: The Complete Reference (Paperback)
This book explains lots of algorithms, the author tries to give you a brief overview on each of them.However, if you're interested in the concrete ideas and proofs on how the algorithms help you to compress your data, with some mathematical works, the book isn't enough. You'll find it difficult if you want to implement the algorithms by merely reading the book.Some idea are not clearly explained too, say, the the information on Gzip is just a summary of the GNU documentation with no in-depth discussion.Anyway, this book is a great one judging from the (sad) fact that there are not many references on the subject.
8 of 10 people found the following review helpful
An undiscovered gem of compression algorithm details, April 7, 2006
calvinnme - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Data Compression: The Complete Reference (Hardcover)
This book covers a needed middle ground between the more formal books on the subject such as Sayood's "Introduction To Data Compression" and easy programmer-oriented books such as Nelson's "The Data Compression Book". This book is an encyclopedia of compression methods that briefly describes the technique of each method, along with any required math, and then shows the algorithm. Code is not shown in the sense that there are no CompressionAlgorithm.cpp files included that you can lift without knowing what you are doing. However, the algorithm pseudocode is such that you should be able to translate any algorithm into code without much trouble. I know that this book has helped me. I would suggest that any true student of data compression methods use this book in conjunction with Sayood's book. Use Sayood to get the mathematical background that you need. Then use this book to read the details of a particular algorithm in plain language. This book is truly an undiscovered gem for most in...Read more