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 4 of the cookbook:
2
Computer Vision Programming using the OpenCV Library.
3
by Robert Laganiere, Packt Publishing, 2011.
4
 
5
Files:
6
	histogram.h
7
	histograms.cpp
8
correspond to Recipes:
9
Computing the Image Histogram
10
Applying Look-up Tables to Modify Image Appearance
11
 
12
Files:
13
	colorhistogram.h
14
	objectfinder.h
15
	objectfinder.cpp
16
correspond to Recipe:
17
Backprojecting a Histogram to Detect Specific Image Content
18
 
19
File:
20
	finder.cpp
21
correspond to Recipe:
22
Using the Meanshift Algorithm to Find an Object
23
 
24
Files:
25
	imageComparator.h
26
	retrieve.cpp
27
correspond to Recipes:
28
Retrieving Similar Images using Histogram Comparison