1 / 159

CSC 8610 & 5930 Multimedia Technology

CSC 8610 & 5930 Multimedia Technology. Lecture 2 Digital Image Representation. Today in class (1/30). 6:15 Recap, Reminders 6:25 Lecture – Digital Image Representation 7:30 Break 7:40 Workshop 1 discussion & presentations 8:20 Workshop 2 – Digital Image Exploration 9:00 Wrap.

shana
Download Presentation

CSC 8610 & 5930 Multimedia Technology

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSC 8610 & 5930Multimedia Technology Lecture 2 Digital Image Representation

  2. Today in class (1/30) • 6:15 Recap, Reminders • 6:25 Lecture – Digital Image Representation • 7:30 Break • 7:40 Workshop 1 discussion & presentations • 8:20 Workshop 2 – Digital Image Exploration • 9:00 Wrap Chapter 1

  3. analog vs. digital

  4. Analog Information Examples: • time, weight • temperature • line length • width and length of a sheet of paper • sound loudness • light brightness • color saturation and hue • Continuous information • An infinite number of divisions exist between any two measurements

  5. What is the length of the pencil?

  6. What is the length of the pencil?

  7. What is the temperature?

  8. Analog Thermometer vs. Digital Thermometer analog thermometer digital thermometer

  9. Analog vs. Digital • Analog information • continuous • made up of infinite number of data points • Digital data • discrete

  10. Discrete Data Examples: • number of persons There is no in-between one person and two persons. • choices in multiple-choice questions There is no in-between choice A and choice B.

  11. Analog vs. DigitalTherometers and Scales • What are the limitations of these analog and digital devices? • What are the advantages of these analog and digital devices?

  12. Analog vs. Digital • Sight and sound we peceive in our natural world are analog information--continuous and infinite number of points between any two points. • Computers handle discrete digital data. In addition, the amount of data has to be finite. • Sight and sound must be converted into finite discrete digital data in order for the computer to handle.

  13. Monitoring a puppy's weight in his first year

  14. Suppose you use an analog scale to weigh the puppy

  15. Now, what is the weight you would note down for this puppy?

  16. See the problem in picking a number to represent an analog measurement?

  17. Number of Decimal Places • In recording the weight, you must decide the number of decimal places to use. • This determines the precision or exactness of the measurement. • How many will give an exact measurement? How many is enough? How many is too many?

  18. Using More Decimal Places • Pros : • increase the precision in general(But how many is meaningful?) • Will allow finer distinction between values(will explain in the next slide) • Cons: • Require more paper and paperwork. • Take longer to read through and interpret the numbers.

  19. Distinction Between Values With one decimal place: • You can have 10 different values between say 2 and 3:2.1, 2.2, ...3.0 • You can distinct between 2.5 and 2.8. • But 2.5 and 2.8 would have been rounded to the same value of 3 the values do not allow decimal places.

  20. Distinction Between Values Suppose the allowable weight read outs are these 10 levels: 0, 5, 10, 15, 20, 25, 30, 35, 40, 45 Then, 2 pounds: rounded to 0 pound 3 pounds: rounded to 5 pounds The difference between 2 and 3 pounds is 1 pound. But now, it become 5 pounds if we use these levels.

  21. How many measurements to make? • once a year • once a month • every two weeks • every week • every day • every hour • every minute • every second Now, how often would you weigh the puppy to produce a "good" monitoring of his weight over his first year?

  22. What are your considerations in deciding how often to weigh the puppy?

  23. Considerations • What happens if you weigh the puppy not often enough? • What happens if you weigh the puppy too often? • Is there one right answer? • Will you use the same weighing schedule to monitor the weight of an adult dog?

  24. Back to the Computer Digitization:Sampling and Quantization

  25. Digitization • To convert analog information into digital data that computers can handle • 2-step process: • sampling • quantization

  26. Sampling • Analogous to weighing and recording the puppy's weight • During the sampling step, you need to set a sampling rate. • Sampling rate: how often you take a data

  27. Suppose this is the true timeline of the puppy's first-year growth

  28. Suppose you weigh the puppy once a month

  29. You get these data points

  30. You then interpolate the points

  31. You would miss the changes that occur during the first month

  32. But the rest matches with the true growth pretty well

  33. What about weighing the puppy once a week?

  34. You get these data points

  35. The data is catching the changes occurring in the first month better

  36. But is it exactly?

  37. Now for the rest of the year, the data points seem too many

  38. Sampling Rate

  39. Quantization • Analogous to rounding the weight to fix number of digits in the weighing puppy scenario • During the quantization step, you need to set bit depth. • Bit depth refers to the number of allowable levels you map (or round) the values to.

  40. Example: 10 levels of weight For 10 discrete levels, you may have the 10 allowable values as • 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, and 2.9 • 0, 5, 10, 15, 20, 25, 30, 35, 40, 45 • 2, 4, 6, 8, 10, 12, 14, 16, 18, 20 • 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 • ... and so forth

  41. Suppose you choose 2.0, 2.1, ..., 2.9 For 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9 • Any weight data below 2.0 will be recorded as 2.0. • Any weight data higher than 2.9 will be capped at 2.9. • It works well if the puppy's weight falls in this range. But it does not seem to be the case.

  42. Suppose you choose 0, 5,..., 45 For 0, 5, 10, 15, 20, 25, 30, 35, 40, 45 • A weight of 2 pounds would be rounded to 0 and a weight of 3 pounds to 5. • Cons: For example, the difference between 2 and 3 pounds is altered after they are mapped to the allowable value on this 10-level scale. The difference becomes 5 pounds not 1 pound. • Pros:Wider range. • Again, it works well if the puppy's weight falls in this range.

  43. 2.0, 2.1, 2.2, ..., 44.8, 44.9, 45.0 Well, what if we choose this:

  44. Suppose you choose 2.0, 2.1,...,44.9, 45.0 • You have increased the number of levels from 10 to 431. • Pros: • Increase precision compared to using 0, 5, 10, 15, 20, 25, 30, 35, 40, 45 • Increase range compared to using 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9

  45. Increase Number of Allowable Levels • There does not seem to be any cons in the weighing puppy scenario. • However, for digitization, increasing the number of allowable levels (i.e. increasing bit depth) will increase the file size.

  46. Sampling and Quantization Digitizing media involves sampling and quantization regardless of the type of media: • images • video • audio

  47. Overview of how sampling rate and bit depth affect digital media file quality Details will be covered in chapters for each media type.

  48. Bitmaps & Digitization

  49. Pegboard Analogy A 10 holes 10 holes pegboard

  50. Pegboard Analogy Suppose you want to copy this music note graphic on the pegboard.

More Related