There was an error while loading. Please reload this page.
Written by: Allison Penko 28 mar 17
Loads the Calib_Results.mat file generated from the Caltech toolbox and saves the distortion coefficients to a structure named lcp
Can be loaded and used instead of
meta.globals.lcp = makeLCPP3(inputs.stationStr,NU,NV);
in sampleAerielleVideoDemo.m with the commands:
load(inputs.lcp_file); % make generic lcp input (name in demoInputFile)
meta.globals.lcp = lcp;
with the file name being set in demoInputFile:
inputs.lcp_file=[pwd, filesep,'lpc.mat'];
UAV Processing Manual
Background
Demo Implementation Details
Example Data
Data Organization
File Organization & Processing of Data 1) User Inputs 2) Initialization 3) First Frame Processing 4) Remaining Frame Analysis 5) Final Analysis
File Organization & Processing of Data
1) User Inputs 2) Initialization 3) First Frame Processing 4) Remaining Frame Analysis 5) Final Analysis
Appendix A
Appendix B
Supporting Routine Docs