Homework #2 Edge Detection
Visual Perception Modeling and Its Applications
CIS 4930/5930, Spring 2001
Department of Computer Science, Florida State University
¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾
Due: Week 8, Monday,
Feb. 26, 2001
Points: 100
Based on the edge detection algorithms discussed in the
class, answer the following questions.
- Briefly state why edge detection is an important
problem in computer vision.
- Any edge detector should produce no response to an
image with a constant color. State the condition on any edge detector
kernel to satisfy the requirement.
- Using the canny program distributed in class, detect
edges of an image of your own interest at scales of 1, 2, 4 and 8 (using
the –d option).
- State the major steps in the canny edge detector program.