home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / graphics / spoflt35 / readme / glossary.doc < prev    next >
Text File  |  1994-07-23  |  2KB  |  41 lines

  1. GLOSSARY OF IMAGE PROCESSING TERMS
  2. ==================================
  3.  
  4. DITHERING - Using a pattern of dots to create the illusion of another color or 
  5. shade.  A minimum of two colors must be used in the dot pattern.
  6.  
  7. FILTERED IMAGE SCALING (FIS) - A process applied to an image where each 
  8. pixel's neighboring pixels can have an effect on its color and/or intensity 
  9. based on the filter used.
  10.  
  11. FIXED COLORMAP - A palette in which fixed amounts of red, green, and blue are 
  12. used to try to cover the full palette.  No fine shades are presented so 
  13. dithering must be used to account for these losses.
  14.  
  15. GAMMA-CORRECTION - A function used to brighten or darken an image which is 
  16. more "true to life" than just uniformly increasing all the intensities.
  17.  
  18. HISTOGRAM - A "graph" of sorts that shows some value versus the intensity of 
  19. color.  The histogram "of an image" shows which intensities are most abundant 
  20. in the image.  A transformation histogram maps one intensity of color to 
  21. another intensity.  There are other kinds of histograms used in Speed of 
  22. Light.
  23.  
  24. INVERSE COLORMAP - Given an arbitrary input color defined by a red, green, and 
  25. blue value, an inverse colormap allows you to efficiently determine which color 
  26. in the image best represents that input color.  The higher the resolution of the 
  27. inverse colormap, the more accurately the representative color can be 
  28. determined.  5 bits of resolution is usually good enough for most purposes.
  29.  
  30. INVERSION OF THE COLORMAP - Dark colors in the palette are mapped to light 
  31. colors and visa-versa.
  32.  
  33. OCTREE - A fast data structure that is used for color quantization.
  34.  
  35. PIXEL - Picture element.  One "dot" on the screen or in the image.
  36.  
  37. QUANTIZATION - Reduction of colors.  An example is from truecolor to 256 color.
  38.  
  39. TRUECOLOR - An image where no palette exists, each pixel is defined individually 
  40. so that there are virtually an unlimited number of colors.
  41.