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 5 of the cookbook:
2
Computer Vision Programming using the OpenCV Library.
3
by Robert Laganiere, Packt Publishing, 2011.
4
 
5
File:
6
	morphology.cpp
7
correspond to Recipes:
8
Eroding and Dilating Images using Morphological Filters
9
Opening and Closing Images using Morphological Filters
10
 
11
Files:
12
	morpho2.cpp
13
	morphoFeatures.h
14
correspond to Recipe:
15
Detecting edges and corners using morphological filters
16
 
17
Files:
18
	segment.cpp
19
	watershedSegmentation.h
20
correspond to Recipe:
21
Segmenting images using watersheds