This repository has been archived by the owner on May 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Remaining Frame Analysis
Allison Penko edited this page Mar 25, 2017
·
6 revisions
STEP 4) Analyze remaining frames
Analysis of the remaining frames is straight-forward. Each frame is read in and, if there is no prior geometry from a previous analysis (no pre-existing meta data file was found), a new geometry is found using function findNewBeta.m. This automatically finds the reference points and solves for the new geometry, storing the result in a matrix called betas. It then samples the pixel instruments for this frame using the function sampleDJIFrame.m. If image products (timex, etc) have been requested in the inputs, it then collects that data using buildRectProducts.m.
Next: Final Analysis