Midterm Exam Closed book, notes, computer Format:

Slides:



Advertisements
Similar presentations
DTU Informatics Introduction to Medical Image Analysis Rasmus R. Paulsen DTU Informatics TexPoint fonts.
Advertisements

Computational Biology, Part 23 Biological Imaging II Robert F. Murphy Copyright  1996, 1999, All rights reserved.
CSSE463: Image Recognition Day 2 Roll call Roll call Announcements: Announcements: Moodle has drop box for Lab 1 Moodle has drop box for Lab 1 Next class:
Lecture 07 Segmentation Lecture 07 Segmentation Mata kuliah: T Computer Vision Tahun: 2010.
ICIP 2000, Vancouver, Canada IVML, ECE, NTUA Face Detection: Is it only for Face Recognition?  A few years earlier  Face Detection Face Recognition 
CSSE463: Image Recognition Day 2 Roll call Roll call Announcements: Announcements: Reinstall Matlab if you are having problems: Lab 1 has directions. Reinstall.
CSSE463: Image Recognition Day 2 Roll call Roll call Announcements: Announcements: Room change: Olin 267 starting next class Room change: Olin 267 starting.
EE663 Image Processing Edge Detection 2 Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John Wiley.
Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Brief overview of ideas In this introductory lecture I will show short explanations of basic image processing methods In next lectures we will go into.
CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu Lecture 35 – Review for midterm.
Image recognition using analysis of the frequency domain features 1.
Conceptual Foundations © 2008 Pearson Education Australia Lecture slides for this course are based on teaching materials provided/referred by: (1) Statistics.
Intelligent Vision Systems ENT 496 Object Shape Identification and Representation Hema C.R. Lecture 7.
CSCE 643 Computer Vision: Extractions of Image Features Jinxiang Chai.
CSSE463: Image Recognition Day 11 Lab 4 (shape) tomorrow: feel free to start in advance Lab 4 (shape) tomorrow: feel free to start in advance Test Monday.
CVPR2013 Poster Detecting and Naming Actors in Movies using Generative Appearance Models.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
CSSE463: Image Recognition Day 11 Due: Due: Written assignment 1 tomorrow, 4:00 pm Written assignment 1 tomorrow, 4:00 pm Start thinking about term project.
CSSE463: Image Recognition Day 9 Lab 3 (edges) due Weds, 3:25 pm Lab 3 (edges) due Weds, 3:25 pm Take home quiz due Friday, 4:00 pm. Take home quiz due.
Computer Vision Spring ,-685 Instructor: S. Narasimhan WH 5409 T-R 10:30am – 11:50am Lecture #23.
Course 5 Edge Detection. Image Features: local, meaningful, detectable parts of an image. edge corner texture … Edges: Edges points, or simply edges,
Lecture 04 Edge Detection Lecture 04 Edge Detection Mata kuliah: T Computer Vision Tahun: 2010.
Instructor: Mircea Nicolescu Lecture 5 CS 485 / 685 Computer Vision.
CSSE463: Image Recognition Day 14 Lab due Weds. Lab due Weds. These solutions assume that you don't threshold the shapes.ppt image: Shape1: elongation.
CSSE463: Image Recognition Day 15 Today: Today: Your feedback: Your feedback: Projects/labs reinforce theory; interesting examples, topics, presentation;
1 Kernel Machines A relatively new learning methodology (1992) derived from statistical learning theory. Became famous when it gave accuracy comparable.
Leaves Recognition By Zakir Mohammed Indiana State University Computer Science.
IMAGE PROCESSING Tadas Rimavičius.
Course : T Computer Vision
CSSE463: Image Recognition Day 9
CSSE463: Image Recognition Day 14
CSSE463: Image Recognition Day 11
CSSE463: Image Recognition
In summary C1={skin} C2={~skin} Given x=[R,G,B], is it skin or ~skin?
CSSE463: Image Recognition Day 20
CSSE463: Image Recognition Day 11
Computer Vision Lecture 16: Texture II
CSSE463: Image Recognition Day 3
CSSE463: Image Recognition Day 17
CSSE463: Image Recognition Day 14
CSSE463: Image Recognition Day 15
CSSE463: Image Recognition Day 15
CSSE463: Image Recognition Day 14
CSSE463: Image Recognition Day 9
CSSE463: Image Recognition Day 13
CSSE463: Image Recognition Day 15
CSSE463: Image Recognition Day 6
CS4670: Intro to Computer Vision
CSSE463: Image Recognition Day 14
Midterm Exam Closed book, notes, computer Similar to test 1 in format:
CSSE463: Image Recognition Day 15
CSSE463: Image Recognition Day 6
Announcements Project 2 artifacts Project 3 due Thursday night
CSSE463: Image Recognition Day 9
CSSE463: Image Recognition Day 2
CSSE463: Image Recognition Day 3
CSSE463: Image Recognition Day 14
Announcements Artifact due Thursday
CSSE463: Image Recognition Day 15
Midterm Exam Closed book, notes, computer Similar to test 1 in format:
CSSE463: Image Recognition Day 11
CSSE463: Image Recognition Day 11
CSSE463: Image Recognition Day 2
Announcements Artifact due Thursday
Image Enhancement in Spatial Domain: Neighbourhood Processing
The “Margaret Thatcher Illusion”, by Peter Thompson
Presentation transcript:

Midterm Exam Closed book, notes, computer Format: BUT you may bring notes (index card both sides or ½ of one side of 8.5 x 11 paper) You are also allowed to use a calculator for 4 arithmetic functions. Format: Some questions from daily quizzes Some extensions of quizzes Some applications of image-processing algorithms Some questions asking about process you followed in lab Also a few MATLAB questions, like writing a short function Usually 5-6 questions, each in parts: color, filters, morphology& shape, classifiers, MATLAB, misc. Questions on format? Sample questions are on later slides

The main ideas are feature extraction (image processing) and classifier concepts. I will likely take some exam questions from this, although the list is by no means exhaustive. Describe how MATLAB stores images as matrices. Describe and explain the difference between various color spaces, such as RGB, HSV, and LST. Be able to sketch pictures and providing clear (non-circular) definitions of each of the three bands in the HSV space. Which channels in one space correspond to which channels in another space? Understand 1D and 2D filters for smoothing (box and Gaussian filters) and edge finding. Describe basic mathematical properties of each (e.g., why smoothing filters must sum to 1). Be able to apply them to images manually. Know the difference between filters (box, gaussian, and median; sobel and prewitt) and the benefit of using each Describe the process of computing the edge magnitude and direction in a grayscale image. Compute each of the four morphological operations on simple image elements. Use morphological operators to aid object recognition. Describe appropriate times for a classifier to reject a sample. Define and compute the various accuracy measures on test sets (e.g., recall, false positive rate).

Find the SVM margin for simple data sets. Describe the optimization function and constraints of a simple SVM classifier Find the SVM margin for simple data sets. Draw the decision boundary for a nearest-neighbor classifier (day 11 link) Describe the limitations of SVM and Neural Net classifiers. Describe the parts of CNNs Compute shape features (e.g., area, perimeter, circularity, extent) for various binary shapes. Sketch gray-level mapping functions that increase contrast, decrease contrast, and invert images. Compute and describe the computation procedure for the covariance matrix of an image element, as used to determine principal axes and elongation, and plot major and minor axes given a set of eigenvectors. Other, if we have discussed them in lecture or assignments this term: Show how inner boundary tracing (Sonka, p 142-3) works on a given region.