Foundations of images and post processing - lorentzo/IntroductionToComputerGraphics GitHub Wiki

Introduction

  • Motivate with applications
  • Vector vs raster images
  • Images store rendering results
  • Post-processing

Raster Images

  • Pixels
  • Image formation: sampling and reconstruction
  • Color; LDR; HDR

Basics of postprocessing

  • tone-mapping

Outcomes

  • Understanding different image representations
  • Understanding basics of raster images
  • Understanding of basic post-processing

Literature

  • Fundamentals of Computer Graphics Book Ch3
  • Computer Graphics: Principles and Practice, Ch 17 & ch 18