Personnel
Instructor: | Selim Aksoy (Office: EA 423, Email: ) |
---|---|
TA: | Hüseyin Gökhan Akçay (Office: EA 130, Email: akcay[at]cs.bilkent.edu.tr) |
Course Information
Schedule: | Mon 15:40-17:30, Thu 13:40-15:30 (EB 202) |
---|---|
Office hours: | Selim Aksoy (TBD) |
Catalog description: | Image acquisition, sampling and quantization. Spatial domain processing. Image enhancement. Texture analysis. Edge detection. Frequency domain processing. Color image processing. Mathematical morphology. Image segmentation and region representations. Statistical and structural scene descriptions. Applications. |
Course emphasis and goals: | This course provides an introduction to image analysis and computer vision for undergraduates. We will start with low-level vision (early processing) techniques such as binary image analysis, filtering, edge detection and texture analysis. Then, we will cover mid-level vision topics such as image segmentation and feature extraction in detail. Finally, we will do case studies on several applications such as image retrieval, image classification, and object recognition. The emphasis will be on feature extraction and image representations for recognition. |
Prerequisites: | Good programming background, data structures, linear algebra, vector calculus, basics of signal processing. No prior knowledge of image processing or computer vision is assumed. |
Syllabus: | Make sure you read the syllabus for course details. |
Texts
- L. G. Shapiro and G. C. Stockman, Computer Vision, Prentice Hall, 2001.
- R. Szeliski, Computer Vision: Algorithms and Applications, Springer 2010. (local copy)
- R. C. Gonzalez and R. E. Woods, Digital Image Processing, 3rd edition, Prentice Hall, 2008.
- D. A. Forsyth and J. Ponce, Computer Vision: A Modern Approach, Prentice Hall, 2002.
- D. H. Ballard and C. M. Brown, Computer Vision, Prentice Hall, 1982.
Lecture Schedule
Chapters |
Contents |
---|---|
Introduction(Jan 31, Feb 3) |
Topics:
|
Digital Image Fundamentals(Feb 7) |
Topics:
Readings:
References:
Software:
|
Binary Image Analysis(Feb 10, 14) |
Topics:
Readings:
References:
Software:
|
Linear Filtering[ Slides: Part 1 (pps | pdf) | Part 2 (pps | pdf) ] (Feb 17, 21) |
Topics:
Readings:
Software:
|
Edge Detection(Feb 28, Mar 3) |
Topics:
Readings:
References:
Software:
|
Local Feature Detectors(Mar 7, 10) |
Topics:
References:
Software:
|
Color Image Processing(Mar 14) |
Topics:
Readings:
|
Texture Analysis(Mar 17, 21) |
Topics:
Readings:
|
Image Segmentation(Mar 24, 28) |
Topics:
Readings:
References:
Software:
|
Representation and Description(Apr 4, 7) |
Topics:
Readings:
References:
|
Pattern Recognition Overview(Apr 18, 25) |
Topics:
Readings:
References:
Software:
|
Case Studies[ Slides: Part 1 (pps | pdf) ] | Part 2 (pps | pdf) ] (Apr 28, May 2, 5, 9, 12) |
Topics:
References:
|
Exams
- Midterm exam will be held at EB 202 at 15:40-17:30 (class hours) on May 2, 2011. The exam will cover all topics from the beginning of the semester until the end of the representation and description chapter. You are allowed to bring the lecture notes (slides).
- There will be at least two in-class quizzes.
Homework
- Homework assignment 1: description | data (Due: March 9, 2011 as online submission)
- Homework assignment 2: description | data (Due: April 8, 2011 as online submission)
- Homework assignment 3: description | data (Due: May 3, 2011 as online submission)
Please make sure you fully understand the late submission policy and the honor code for assignments in the syllabus. Cheating and plagiarism on homework assignments will be punished according to the regulations of the University as described in the Bilkent University Policy on Academic Honesty / Öğrenci Disiplin İlke ve Kuralları.
Project
The goal of the project is to develop an object recognition system that finds matches of known objects in new images.
- Project description is available.
- As indicated in the description, there is a deadline for data collection at 23:59 on May 14, 2011. Make sure you read the requirements for that deadline carefully, and submit the required data as a single archive file (e.g., zip, tar, rar) using the online form.
- You must submit the final report and the developed code as a single archive file (e.g., zip, tar, rar) using the online form by 23:59 on May 27, 2011. No late submission is allowed for project reports.
- The reports are expected to be around 6 pages and must follow the IEEE Computer Society two-column format as described in their templates. Try to follow the format as closely as possible.
Grading Policy
Homework: | 35% |
Quiz: | 10% |
Exam: | 25% |
Project: | 25% |
Class participation: | 5% |
Related Links
- Previous semesters for CS 484
- Shapiro and Stockman book
- Szeliski book
- Gonzales and Woods book
- Forsyth and Ponce book
- Ballard and Brown book
- Software resources
- Matlab tutorials
- Matlab Primer v2
- Matlab Tutorial by Indiana University
- Matlab Tutorial by the University of New Hampshire
- Matlab Tutorial by MIT
- Matlab Tutorial by the University of Washington
- Matlab Tutorial by Gonzales and Woods
- MathWorks - Matlab Tutorial
- MathWorks - Student Center
- MathWorks - Image Processing Toolbox (function list)
- Data resources
- Other image analysis / computer vision courses
- Others