• as discrete function,
    • input: pixel location (n,m)
    • output: pixel intensity
    • ex. f[0,5] = 120
  • we assume there is a function representing the image, we query locations to get pixel values
  • arbitrary intensity values for indices outside the range
  • NeRF
  • image as f, intensity at f[n,m]