(Computer Graphics Lecture by Professor Kenji Igarashi, the Master of Information Science)

  • I think it’s closer to the field of Image Processing than Computer Graphics.
  • It’s an algorithm that allows us to scale images without distorting important areas (important to humans).
  • It calculates the importance of each pixel and then efficiently calculates the least important paths using dynamic programming.
    • I remember that Apple’s Vision framework also had a feature for calculating importance.
    • Here is a video link.