Inverting The Camera Transform

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Inverting The Camera Transform as PDF for free.

More details

  • Words: 125
  • Pages: 1
Inverting the Camera Transform The solution is on p. 25 of Robot Manipulators: Mathematics, Programming, and Control by Richard Paul (old reliable) What we need to do is represent the camera frame in in eye space, the space within which OpenGL rendering is done. Given C - the camera transformation in world space we need C' it's inverse. We needn't do a full blown matrix inverse because of the special case of this frame. it has an orthonormal upper 3x3 and a translation vector. C' can be calculated thusly:

C = nx ox ax px ny oy ay py nz oz az pz C' nx ox ax

= ny nz -p.n oy oz -p.o ay az -p.a

Plug C' into the transformation OpenGL transformation pipeline

Related Documents

Inverting Amplifier.docx
November 2019 27
Camera
August 2019 43
Transform
June 2020 18
Camera
November 2019 38