├── .DS_Store ├── README.md ├── docImage └── 笔记截图.png └── 计算机视觉.pdf /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kerr0220/Computer-Vision-Note/a86b5a2d23d11915f7d316acc5c03f9d0b46d3e3/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Computer-Vision-Note 2 | 同济大学计算机视觉课程手写笔记,整理不易,请留个star吧~ 3 | 4 | 笔记内容截图样例如下 5 | 6 | ![笔记截图](docImage/笔记截图.png) 7 | -------------------------------------------------------------------------------- /docImage/笔记截图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kerr0220/Computer-Vision-Note/a86b5a2d23d11915f7d316acc5c03f9d0b46d3e3/docImage/笔记截图.png -------------------------------------------------------------------------------- /计算机视觉.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kerr0220/Computer-Vision-Note/a86b5a2d23d11915f7d316acc5c03f9d0b46d3e3/计算机视觉.pdf --------------------------------------------------------------------------------