CMPT 414   Model-based Computer Vision
Spring 2020

Programming Assignment 2

Due Date: February 25, 2020 (Tuesday)


Objective:

Write your own code to implement Generalized Hough Transform (GHT) to detect some simple objects in test images.

Assignment:

There are two sets of test and template images. You are asked to: (a) find the "elephant" and "bear" from both test images "animals" and "animals2"; (b) find all letters 'K' and 'Q' in the test image "letters".

The main steps are: (a) Edge detection, (b) GHT model (R-table) generation from the template images, and (c) Object detection from the test images, possibly with various scales and rotations.

What to hand in:

Related files