This is a monorepo containing all the files for my IB Math AA HL Extended Essay.
texmf
: contains the custom preamble and macros used in this paper.sections
: contains.tex
included inmain.tex
.assets
: contains figures, images, and tables used in the paper.data
: data collected for the experiment. These files are passed intocalicam
to be processed.calicam
: git submodule containing a python package which processes the data and calculates the intrinsic parameters, extrinsic parameters, and the projection matrix usingscipy
. It also validates the model and is capable of generating graphs usingmatplotlib
.
Make sure you have git
installed on your machine. Then, clone this repository by command line:
git clone --recurse-submodules https://github.com/lew1101/Fundamentals-of-Camera-Calibration.git
Make sure you have latexmk
installed on your machine. Then, cd
into the project and run build.sh
.
cd Fundamentals-of-Camera-Calibration
./build.sh