Vous êtes sur la page 1sur 1

Assignment-I

Batch: M.Tech (2nd Semester) Due date: 25/02/2013 by 5 PM

Course Name: Pattern Recognition Year: 2012-2014

Q1.
Consider an image in binary form. Binary form means the intensity values are only 0 (foreground) or 255 (background) for each pixel. Now develop an algorithm for converting a one-pixel thick 8-path to a 4-path. Extend the algorithm for converting a one-pixel thick m-path to a 4-path.

Q2. Implement Hough transform to detect line segment exist among a set of points (pixels) in a twodimensional Cartesian coordinate. The line will be represented as a normal form to reduce the problem of infinite slope when slope-intercept form is considered. Extend the algorithm for detecting a circle in a two-dimensional Cartesian coordinate.

Q3.
Consider a binary image. Show the resultant edge images if the following derivative operators are used. i. ii. iii. iv. v. Ordinary Roberts 4-neighbour Prewitt Sobel

Compare the performance (based on some proposed evaluation parameters) of these gradient operators used in edge detection technique.

Implementation and Evaluation Rules: 1. Use any language (C, C++, Matlab, etc.) for implementation. 2. Evaluation will be done based on the demonstration of the program code.

Vous aimerez peut-être aussi