Revision e5a1077d2ac3901c0cfdde43beebfb30c945c1c2 (click the page title to view the current version)

Edges

Changes from e5a1077d2ac3901c0cfdde43beebfb30c945c1c2 to 2c091980cbd99764ce681630e660081b406d3d37

---
title: Edge Detection
categories: session
---

# Briefing
**Date**

**Briefing** [Edge Lecture]()

# Exercise

Implement a prototype able to track a simple object in a video scene.
You have full freedom to do this as you please, but bear in mind
that we only ask for a *prototype*.  The goal is to learn constituent
techniques, not to make a full solution for production.

1.  You can set up your own scene, recording your own video, with a
    characteristic, brightly coloured object moving through the scene.
    E.g. a bright, red ball rolling on the floor.
2.  Start with the feature detector.  Make sure that it works.
3.  Can you use the feature detector to detect your particular object in
    a still image?
4.  Visualise the detected object, by drawing a frame around it in the image.
5.  Introduce tracking only when you have a working prototype for still
    images.



# Debrief