CS6550 計算機視覺(Computer Vision )
2011 Fall
Latest Information:
- [2011/09/14] The Introduction slides are put on the [Download] page.
- [2011/09/16] The Unit1 slides are put on the [Download] page.
- [2011/09/21] The class on 9/23(Fri.) is cancelled.
- [2011/09/21] The class on 9/28(Wed.) is cancelled. Happy Teachers' Day
- [2011/09/28] The class on 9/30(Fri.) is from 10:10 to 12:00.
- [2011/09/30] The homework assignment #1 has been announced.
- [2011/10/05] The discussion board for homework is at iLMS
- [2011/10/05] The class on 10/7(Fri.) is from 10:10 to 12:00.
- [2011/10/15] We have a quiz on 10/21(Fri.)
- [2011/10/21] The homework assignment #2 has been announced. In homework assignment for mean-shift, you can use the resized images (im01s.bmp and im02s.bmp).
- [2011/11/02] The class on 11/4(Fri.) is from 10:10 to 12:00.
- [2011/11/02] The classes next week(11/9,11/11) are cancelled.
- [2011/11/07] The deadline of hw2 is postponed to 11/9
- [2011/11/18] The midterm is on 11/23 !!
- [2011/11/18] The midterm exam last year: Download You can bring a note to the exam, A4 size, double sided, and must be written by hand.
- [2011/12/01] The class on 12/2(Fri.) is from 10:10 to 12:00.
- [2011/12/05] The grade of hw1 is post on Grade section
- [2011/12/22] The grade of hw2 is put on iLMS, and detailed information put in Grade section.
- [2011/12/30] Note: If you are going to present final project on 01/04,please upload your presentation file to Homework FTP server before 01/04 09:30 and bring a hard copy of your slides.
- [2011/12/30] The grades of midterm exam and quiz are put on iLMS.
- [2012/01/11] Notice: Please remember to upload your program to HW FTP server and bring your program and report when you demo.
- [2012/01/17] Notice: Please check your scores in LMS. (Please press 成績計算)
Homework Assignment:
- [Due 0600PM 2011/10/14] Homework #1: Feature Extraction. (doc)(img)(rotated and zoomed version)(additional doc)
- [Due 0600PM 2011/11/09] Homework #2: Image Segmentation. (doc)(img)(resized_img)
- [Due "11:59PM" 2011/12/05] Homework #3: Camera Calibration. (doc)(data_points)(img)
- [Due "11:59PM" 2011/12/22] Homework #4: RANSAC-based object detection. (doc)(intro)(im)(position)(sift)
Final Project:
Reading Assignment:
- [Szeliski] Chapter 1
Announcement:
- You have to submit your homework includes report (50%) and program (50%).
- The way to hand in your homework (25% penalty for each day late)
- IP Addrs : 140.114.71.240 (Use student ID to make the directory)
- Username : CS6550
- Password : CS6550cvlab
- Please upload your Report(about 5 pages), Source Code (and Executable File)
- Discussion is encouraged, PLAGIARISM IS STRICKLY FORBIDDEN. No copying is strictly enforced.
- Requirement of your report
- Method Description (15%): Summarize algorithms and formulas which you use.
- Results (20%): Also put results in your reports.
- Discussion (10%): Please answer questions in homework assignment. (e.g. Compare something, discuss something), and write down what you observe.
- How to execute your program (5%)
- Requirement of program
- Source code (written in C/C++/Matlab)
- If your source code is complicated to compile (e.g. it needs many external libraries), please also upload executable file. If you use Matlab to implement your homework, make sure that all matlab files *.m are uploaded. (If you use Mexfunction, please also submit *.dll files or *.mexw32 files.
- If you would like to use other programming language, please contact TA.