Skip to content

Commit cf8aed4

Browse files
Maxwell JayOliverWu515
Maxwell Jay
andauthored
2024 年 DIP 课程文档和资料更新 (#12)
* 将子文件夹下的 README.md 替换为 .gitkeep * update README * 整理实验和课程设计资料,打包上传的实验代码 * 上传一份 DIP 小抄 * upoad 2024 homework * update README based on review * add longlin's presentation * Update README.md --------- Co-authored-by: 吴俊达 <3531945226@qq.com>
1 parent ff79df9 commit cf8aed4

31 files changed

+56
-1947
lines changed

README.md

Lines changed: 56 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,69 @@
22

33
![Static Badge](https://img.shields.io/badge/%E8%80%83%E6%9F%A5%E8%AF%BE-green) ![Static Badge](https://img.shields.io/badge/%E5%AD%A6%E5%88%86-2-moccasin)
44

5-
![Static Badge](https://img.shields.io/badge/%E6%88%90%E7%BB%A9%E6%9E%84%E6%88%90-gold) ![Static Badge](https://img.shields.io/badge/%E4%BD%9C%E4%B8%9A-10%25-wheat) ![Static Badge](https://img.shields.io/badge/课程设计-20%25-wheat)![Static Badge](https://img.shields.io/badge/实验-25%25-wheat)![Static Badge](https://img.shields.io/badge/%E6%9C%9F%E6%9C%AB%E8%80%83%E8%AF%95-45%25-wheat)
5+
![Static Badge](https://img.shields.io/badge/%E6%88%90%E7%BB%A9%E6%9E%84%E6%88%90-gold) ![Static Badge](https://img.shields.io/badge/%E4%BD%9C%E4%B8%9A-10%25-wheat) ![Static Badge](https://img.shields.io/badge/课程设计-25%25-wheat)![Static Badge](https://img.shields.io/badge/实验-20%25-wheat) ![Static Badge](https://img.shields.io/badge/%E6%9C%9F%E6%9C%AB%E8%80%83%E8%AF%95-45%25-wheat)
66

7+
## 教材和参考书
8+
9+
- 《数字图像处理(第四版)》, [] Rafael C. Gonzalez / [] Richard E. Woods 著, 电子工业出版社, 2020
10+
- DIP 的权威教材,彩印,但也很贵,定价 159¥
11+
- 英文原版:*Digital Image Processing, 4th Edition*, Rafael C. Gonzalez, Richard E. Woods, Pearson, 2018
12+
- 参考书:《图像工程(第4版)》上册, 章毓晋, 清华大学出版社, 2018
713

814
## 授课教师
915

10-
- 教师 1:Chen Haoyao
11-
- 授课风格:
12-
- 听课建议:
13-
14-
- 教师 2:Wu Xiaojun
16+
- 陈浩耀
1517
- 授课风格:
1618
- 听课建议:
1719

20+
- 吴晓军
21+
- 授课风格:全英文课件,由于内容多学时少所以讲得很快。考勤的方式是上课时让所有同学在一张纸上写名字,据我观察出勤率很低。
22+
- 听课建议:学习内容之间的耦合关系比较强,所以如果某一节没听,后面想跟上就很难了。但是不必担心,大家都一样跟不上。
23+
24+
## 关于作业
25+
26+
作业基本来自《数字图像处理》的课后题。原书中只有部分题目给出了参考答案。
27+
1828
## 关于考试
1929

30+
> 文 / [Maxwell Jay](https://github.com/MaxwellJay256), 2025.1
31+
32+
考试为半开卷,允许携带计算器和一张 A4 纸小抄。
33+
题型包括填空题、简答题。
34+
35+
考试会涉及需要理解、实操的知识,例如给出图像形态学操作后的结果,只凭小抄是解决不了的。
36+
37+
如果想考高分,除了~~要到~~准备一份高质量的小抄,建议至少理解作业里的题是怎么做的。
38+
39+
## 实验与课程设计
40+
41+
> 文 / [Maxwell Jay](https://github.com/MaxwellJay256), 2025.1
42+
43+
**实验**均为实物实验,2024 年的实验内容可以参考 [MaxwellJay256/dip_ws_2024](https://github.com/MaxwellJay256/dip_ws_2024)
44+
45+
现场验收,不需要写实验报告。
46+
47+
建议课前准备好代码,因为除非自己配置环境,实验必须在实验室提供的笔记本电脑上进行,至于电脑上有没有 VS Code、ChatGPT 等工具就不一定了。如果空着手来,就等着一行行在文本编辑器里写代码吧😈,包拖堂的。
48+
49+
**课程设计**则是利用实验室的移动机器人,实现基于视觉的导航任务,约等于前面实验的综合应用。
50+
51+
允许一人独立完成或者两人组队,分数上没有区别。
52+
53+
课设是结课后才开始的,由老师发布任务,指定实验室开放时间,最后在一两天内集中**考核****答辩**
54+
55+
1. 考核由老师现场验收任务的完成情况。陈老师比吴老师严。
56+
2. 答辩由助教负责,展示一下任务完成的思路,基本上不可能为难你。
57+
58+
至于你最想要的:
59+
60+
- [MaxwellJay256/DDR4](https://github.com/MaxwellJay256/DDR4)
61+
- [longlin 的课设幻灯片](https://pre.longlin.tech/)
62+
2063
## 学习建议
64+
65+
> 文 / [Maxwell Jay](https://github.com/MaxwellJay256), 2025.1
66+
67+
数图整体不难,考试也不涉及复杂的计算,但课程的安排使得整个战线很长。
68+
表面上看,授课只持续半个学期,但实际上期末考试结束了,课设还没开始,对于想要速通拿到学分的朋友会有点难受。
69+
70+
就知识本身而言,数字图像处理对于机器人竞赛的中的视觉部分等实际应用还是有一些帮助的,毕竟处理图像是理解图像的前提。
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

assignments/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.

course_design/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

exams/.gitkeep

Whitespace-only changes.
258 KB
Binary file not shown.

exams/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

labs/.gitkeep

Whitespace-only changes.

labs/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

labs/dip_pkg/CMakeLists.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

labs/dip_pkg/include/dip_pkg/expr1.hpp

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)