授課教授: 傅楸善教授

email: fuh@csie.ntu.edu.tw
web: http://www.csie.ntu.edu.tw/~fuh
Tel: (02)23625336 轉 327

辦公室時間: 週二上午 11:00AM~11:59AM

課程資訊

上課時間:
週二下午 789 節
(2:20PM ~ 5:20PM)
上課地點: 資訊工程系 德田館 R103


助教:李詠億

phone: 0975032973
email: charlie8803290@gmail.com
office hour:週二上午11:30AM~1:30PM, R328
或請來信預約

助教:邱議禾

phone: 0968526873
email: r11922189@csie.ntu.edu.tw
office hour:週二上午11:30AM~1:30PM, R328
或請來信預約

Textbook

[1] R. M. Haralick and L. G. Shapiro, Computer and Robot Vision, Vol. I, Addison Wesley, Reading, MA, 1992.

References

[1] R. Jain, R. Kasturi, and B. G. Schunck, Machine Vision, McGraw-Hill, New York, 1995.
[2] C. Gonzalez and R. E. Woods, Digital Image Processing, Addison Wesley, Reading, MA, 1992.
[3] R. Szeliski, Computer Vision: Algorithms and Applications, Springer-Verlag, London, 2011.

Grading

• Projects: will be assigned every week or every other week (30%)
• Examinations: one midterm (30%) and one final (40%)
• Absence: Total Grade (-3%)

Homework

請負責報告的同學提前把PPT寄給助教。
作業遲交成績一律打8折
Homework Regulations



Online-class link and Attendance Records

• 課程影片 Videos

• 視訊連結 Link

• 德田館R103教室上課開門時間:14:00

• 點名紀錄以及作業成績 Link

Class Materials

Textbook

Handouts (PDF Format). (Past Materials)

Handouts (PPT Format)

Research 

Homework Regulations

  • Homeworks are to be turned in ON TIME by FTP FileZilla Client ( IP: 140.112.31.83, account: 2023cv1, password: 2023cv1, port: 12000) (before class starts)! Late homeworks will be subjected to grade penalties! Please compress the homework files to a zip file. The filename format is [STUDENT-ID]_HW[HW-NUMBER]_ver[VERSION-NUMBER].zip (e.g. R07922666_HW1_ver1.zip).

  • HomeWork File Format and content:
  • Compressed File
  • |
  • |-------- Report [.pdf]
  • |------- Source Code [.py, .cpp ....]

  • Only electronic submissions are allowed! The homework should include two parts, the report and the source code. Report formats are restricted to Adobe PDF format. Failure to fulfill the file formats when submitting your homework will result with no grades. Also, please take note of the fields for submission.

  • Your homework report should include the following contents: a brief discription of your homework, the algorithm you used, your parameters (if any), your principal code fragment, and the resulting images (please paste the images in your report file).

  • Do not copy homeworks from others. Copying is cheating, and cheating is shameful. You and the person who let you copy his/her homework will both get a 0. In addition, you could be subjected to an on site demostration for the following assignments.

  • Any programming language are allowed to used for homework. Do not use any library except basic I/O function (e.g. read file, write file, show image).

Homeworks

Homework 1

Basic Image Manipulation

due date: 2023/09/19

Click me

Homework 2

Basic Image Manipulation

due date: 2023/09/26

Click me

Homework 3

Histogram Equalization

due date: 2023/10/03

Click me

Homework 4

Mathematical Morphology - Binary Morphology

due date: 2023/10/10

Click me

Homework 5

Mathematical Morphology - Gray Scaled Morphology

due date: 2023/10/17

Click me

Homework 6

Yokoi Connectivity Number

due date: 2023/10/31

Click me

Homework 7

Thinning

due date: 2023/11/7

Click me

Homework 8

Noise Removal

due date: 2023/11/14

Click me

Homework 9

General Edge Detection

due date: 2023/11/28

Click me

Homework 10

Zero Crossing Edge Detection

due date: 2023/12/12

Click me

Reference Materials

  • Benchmark Image
    • QQ找不到
  • OpenCV C++ homework template for Visual Studio 2015
    • If you want to use OpenCV C++ to do your homework, you can download the template here !
      Do not submit the whole project, but only the source code.
      In addition, we will set the maximum file size to 100MB on our FTP server.
  • About lossy compression modes.
    • Lossy compression modes such as the JPG format will not be equal to the original lena.bmp image when restored. Information loss is inevitable when using such image compression modes. Please avoid using such modes at all cost or your final resulting image will differ from the correct solution.