1 / 4

Midterm Exam

Midterm Exam. Closed book, notes, computer 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. Similar to test 1 in format: Some questions from daily quizzes Some extensions of quizzes

kinkead
Download Presentation

Midterm Exam

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Midterm Exam • Closed book, notes, computer • 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. • Similar to test 1 in 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

  2. 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).

  3. 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. • 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. • Draw a radial representation of a shape. • 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. • Describe an algorithm to compute the area of a region without holes, given only its perimeter pixels, without regenerating the binary image. Any limitations?

  4. Exam 2 questions • Use Bayesian probability. For example, interpret an intensity histogram and compute an optimal threshold from probability density functions of the foreground and background. • Use the MAP principle to find the most likely class, given evidence. • Describe the principles used by the Hough transform • List parameters used to detect various shapes using a Hough transform • Draw the voting space for a Hough transform • Describe the steps of the K-means algorithm. • Describe how cross-correlation can be used to match templates. • PCA: dimensions? Computations? What are eigenfaces? • Compute motion vectors. • Other, if we discuss them this term: • Describe the concept of boosting. • Kalman filtering • Normalized cuts

More Related