Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Initialization

mpalmsten edited this page Mar 24, 2017 · 9 revisions

STEP 2) Run sampleAerielleVideoDemo.m

This script performs several initialization steps needed before the bulk processing of the movie frames can occur.

The code first calls the m-file demoInputFile.m (which should have been edited in STEP 1).

The script calls the function makeUAVPn.m which will allow the user to select both the directory of where the Results will be saved and the directory of where the movie frames are located.

Then, sampleAerielleVideoDemo.m creates the cx output directory (if not already existing), initializes the instruments, creates the stack structure, and finds all of the frames. After the initialization steps are complete, sampleAerielleVideoDemo.m initiates processing of the first frame.

Next: First Frame Processing