Path: Imaging/Optics
Project a target into the focal plane. % Type TargetInFocalPlane for a demo Since version 11. -------------------------------------------------------------------------- Form: p = TargetInFocalPlane( p, qTToI, qCToI, d, e, v, f, i ) -------------------------------------------------------------------------- ------ Inputs ------ p (n,m) Pixel map qTToI (4,1) Quaternion from target to ECI qCToI (4,1) Quaternion from camera to ECI d (3,1) Vector from camera to target in the ECI frame e (.) Optics data structure v (:,3) Vertices f (:,3) Face list i (1,:) Radiance of each face ------- Outputs ------- p (n,m) Pixel map --------------------------------------------------------------------------
Common: Quaternion/QForm Common: Quaternion/QMult Common: Quaternion/QPose Imaging: Optics/FocalPlaneImage Imaging: Optics/PinholeCamera Math: Geometry/PointInGridInTriangle Math: Linear/DupVect
Back to the Imaging Module page