As a user, I want to have picture-in-picture support overlaying optical with thermal data

Issue #26 new
Arthur Nieuwland repo owner created an issue

Correct the optical data’s width in such a way that the thermal data’s features correctly align with the optical data’s features. To do so:

  1. Use the thermal and optical data’s lens angles to determine which part of the thermal and optical data share the same content.
  2. Reshape this area from the optical data to be of the same shape as the thermal data. This will probably require stretching the width.
  3. Bonus: Render the optical’s lines in the thermal data to produce an enhanced variant.