diff --git a/report/references.bib b/report/references.bib new file mode 100644 index 0000000..ff64917 --- /dev/null +++ b/report/references.bib @@ -0,0 +1,12 @@ +@article{brisk, + author = "Stefan Leutenegger, Margarita Chli and Roland Y.Siegwart", + title = "BRISK : Binary Robust Invariant Scalable Keypoints", + year = "2011", +} + +@online{surf, + author = {OpenCV 3.0.0-dev documentation}, + title = {Introduction to SURF (Speeded-Up Robust Features)}, + url = {http://docs.opencv.org/trunk/doc/py_tutorials/py_feature2d/py_surf_intro/py_surf_intro.html}, + urldate = {2015-03-12} +} \ No newline at end of file diff --git a/report/report.tex b/report/report.tex index eeb918a..41433a9 100644 --- a/report/report.tex +++ b/report/report.tex @@ -64,7 +64,8 @@ \part{Technical Field} -\include{chapters/productSpecification} +\include{chapters/prod +uctSpecification} \include{chapters/productDescription} %\include{chapters/tests} \include{chapters/technicalConclusion} @@ -78,5 +79,7 @@ \include{chapters/conclusion} +\bibliographystyle{plain} +\bibliography{references} \end{document}