home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / misc / 18956 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.1 KB

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!news
  2. From: rwb@kurn.VI.RI.CMU.EDU (Robert Berger)
  3. Newsgroups: comp.sys.mac.misc
  4. Subject: Re: semi-technical QuickTime info required...
  5. Message-ID: <BxG1LA.7tG.2@cs.cmu.edu>
  6. Date: 9 Nov 92 10:10:21 GMT
  7. Article-I.D.: cs.BxG1LA.7tG.2
  8. References: <BxF8nt.5zw@world.std.com>
  9. Sender: news@cs.cmu.edu (Usenet News System)
  10. Organization: School of Computer Science, Carnegie Mellon
  11. Lines: 13
  12. Nntp-Posting-Host: kurn.vi.ri.cmu.edu
  13.  
  14. In article <BxF8nt.5zw@world.std.com> ivanski@world.std.com (Ivan M  
  15. CaveroBelaunde) writes:
  16. > It's a VQ (Vector Quantization) scheme, which is similar to finding an
  17. > optimum CLUT for an image. You basically have a color map (called a
  18. > codebook) and you map each pixel to the closest color in the codebook.
  19.  
  20. Not exactly. In VQ, you map blocks of MULTIPLE pixels to codebook entries.
  21.  
  22. For example, each codebook entry might be a 3x2 group of pixels.
  23.  
  24. VQ has the property that the compression is many times slower than the
  25. decompression. Finding a codebook that works well for a set of images
  26. requires lots of computation.
  27.