/fov_alignment

Primary LanguageJupyter Notebook

fov_alignment

fov alignment between event camera and RGB camera

  1. Assume that the scene is infinitely far away
  2. Compute the projection matrix that maps a pixel coordinate of the left event camera to the pixel coordinate in the left global shutter camera:

image

  1. Compute this mapping for each pixel of the left event camera frame (make sure to normalize the homogeneous vector before retrieving the pixel coordinates)
  2. Use opencv's remap function to remap the left image pixels to the left event camera pixels