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 2 of the cookbook:
2
Computer Vision Programming using the OpenCV Library.
3
by Robert Laganiere, Packt Publishing, 2011.
4
 
5
File:
6
	saltImage.cpp
7
correspond to Recipe:
8
Accessing the pixel values
9
 
10
File:
11
	colorReduce.cpp
12
correspond to Recipes:
13
Scanning an image with pointers
14
Scanning an image with iterators
15
Writing efficient image scanning loops
16
 
17
File:
18
	contrast.cpp
19
correspond to Recipe:
20
Scanning an image with neighbour access
21
 
22
File:
23
	addImages.cpp
24
correspond to Recipes:
25
Performing simple image arithmetic
26
Defining regions of interest