Subversion Repositories OpenCV2-Cookbook

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 PointedEar 1
This directory contains material supporting chapter 3 of the cookbook:
2
Computer Vision Programming using the OpenCV Library.
3
by Robert Laganiere, Packt Publishing, 2011.
4
 
5
Files:
6
	colorDetection.h
7
	colorDetection.cpp
8
	colordetector.cpp
9
correspond to Recipe:
10
Using the Strategy Pattern in Algorithm Design
11
 
12
Files:
13
	colorDetectContoller.h
14
	colorDetectContoller.cpp
15
correspond to Recipes:
16
Using the Controller Pattern to Communicate with Processing Modules
17
Using the Singleton Design Pattern
18
 
19
Directory:
20
	color_detector
21
correspond to Recipes:
22
Using the Model-View-Controller Pattern to Design an Application
23
Converting Color Spaces