0% found this document useful (0 votes)
68 views1 page

In Class Exercise 15: CSCI 510/EGGN 510 Image and Multidimensional Signal Processing Fall 2014

This document provides instructions for an in-class exercise assigning students to use OpenCV programs to segment and track the color of objects like M&Ms in video input. Students are asked to segment a blue M&M from a live camera or video by finding the appropriate hue, saturation, and value ranges in HSV color space. They are then asked to track the blue M&M or another M&M through the video using the camshiftdemo OpenCV program.

Uploaded by

dialauchenna
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
68 views1 page

In Class Exercise 15: CSCI 510/EGGN 510 Image and Multidimensional Signal Processing Fall 2014

This document provides instructions for an in-class exercise assigning students to use OpenCV programs to segment and track the color of objects like M&Ms in video input. Students are asked to segment a blue M&M from a live camera or video by finding the appropriate hue, saturation, and value ranges in HSV color space. They are then asked to track the blue M&M or another M&M through the video using the camshiftdemo OpenCV program.

Uploaded by

dialauchenna
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 1

CSCI 510/EGGN 510

Image and Multidimensional Signal Processing

Fall 2014

In Class Exercise 15
Color segmentation and tracking exercises:
Using the OpenCV program that segments color regions based on hue, saturation, and
value (HSV) ranges, segment a blue M&M in the live camera input. If you dont have a
camera, you can use the video on the course website. What are ranges of hue, saturation,
and value will segment the blue M&M?

Using the OpenCV program camshiftdemo.cpp, show that you can track the blue
M&M (or any other M&M) through the video.

You might also like