Monday, April 1, 2019

Episode 88: Image Processing

Download

We are sponsored by audible! http://www.audibletrial.com/programmingthrowdown

We are on Patreon! https://www.patreon.com/programmingthrowdown

T-Shirts! http://www.cafepress.com/programmingthrowdown/13590693

We are on discord! https://discord.gg/r4V2zpC

Intro

Owning vs Streaming Video Games

News/Links

Book of the Show

Tool of the Show

Image Processing (52:20)

  • How Images are Formed and Stored
    • Sensor capturing light
    • Debayering
    • RGB Color Depth
    • Image Compression
    • Video Compression
  • High Level Image Processing
    • Filtering
      • Spatial Domain
      • Frequency Domain
      • Photo Editing
    • Computer Vision
      • Classification / Recognition
      • Tracking
    • Photogrammetry
  • Tools
    • OpenCV
    • Python Image Library
    • Scipy ndimage