|
| 1 | +\include{package} |
| 2 | + |
| 3 | +% 文档标题 |
| 4 | +\title{ |
| 5 | +{\normalfont\normalsize\textsc{ |
| 6 | +Peking University\\ |
| 7 | +Introduction to Computer Vision, Spring 2024 \\[25pt]}} |
| 8 | +\horrule{0.5pt}\\ |
| 9 | +\sffamily{Introduction to Computer Vision\\Course Notes}\\ |
| 10 | +\horrule{1.8pt}\\[20pt] |
| 11 | +} |
| 12 | + |
| 13 | +% 作者和联系方式 |
| 14 | +\author[1]{Prof. He Wang\thanks{https://hughw19.github.io/}} |
| 15 | +\author[2]{林晓疏 \thanks{ [email protected]}} |
| 16 | +\author[2]{Yutong Liang\thanks{\href{https://lyt0112.com/}{Yutong Liang's Website}}} |
| 17 | +\affil[1]{主讲教师} |
| 18 | +\affil[2]{笔记整理} |
| 19 | + |
| 20 | +% 文档日期 |
| 21 | +\date{\today} |
| 22 | + |
| 23 | +\pagestyle{fancy} |
| 24 | +\fancyhf{} |
| 25 | +\fancyhead[L]{\leftmark} % 在页眉左侧显示章节名 |
| 26 | +\fancyfoot[C]{\thepage} % 在页脚中间显示页码 |
| 27 | + |
| 28 | + |
| 29 | +\begin{document} |
| 30 | + \maketitle |
| 31 | + \include{preface} |
| 32 | + \clearpage |
| 33 | + \tableofcontents |
| 34 | + \include{01.edge_detection} |
| 35 | + \include{02.keypoint_detection} |
| 36 | + \include{03.line_fitting} |
| 37 | + \include{04.CNN} |
| 38 | + \include{05.CNN_training} |
| 39 | + \include{06.CNN_improvement} |
| 40 | + \include{07.classification} |
| 41 | + \include{08.CNN_for_classification} |
| 42 | + \include{09.segmentation} |
| 43 | + \include{10.3Dvision} |
| 44 | + \include{11.camera_carlibration} |
| 45 | + \include{12.single_view_geometry} |
| 46 | + \include{13.epipolar_geometry} |
| 47 | + \include{14.3D_data} |
| 48 | + \include{15.3D_deep_learning} |
| 49 | + \include{16.Sequential_Modeling} |
| 50 | + \include{17.video_analysis} |
| 51 | + \include{18.Transformer} |
| 52 | + \include{19.object_detection_and_instance_segmentation} |
| 53 | + \include{20.generative_model} |
| 54 | + \include{21.pose_and_motion} |
| 55 | + \include{22.Instance_Level_6D_Object_Pose_Estimation} |
| 56 | + \include{23.motion} |
| 57 | + \include{24.Embodied_AI} |
| 58 | + \include{25.Summary_of_Computer_Vision} |
| 59 | + |
| 60 | + |
| 61 | + \clearpage |
| 62 | + % appendix: appendix-QRDecomposition, condition-number, transformation-in-space |
| 63 | + \appendix |
| 64 | + \include{condition-number} |
| 65 | + \include{transformation-in-space} |
| 66 | + \include{DOF_and_rank} |
| 67 | + \include{appendix-QRDecomposition} |
| 68 | + |
| 69 | + \bibliographystyle{plain} |
| 70 | + \bibliography{CV_notes} |
| 71 | +\end{document} |
0 commit comments