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 6 of the cookbook:
2
Computer Vision Programming using the OpenCV Library.
3
by Robert Laganiere, Packt Publishing, 2011.
4
 
5
File:
6
	filters.cpp
7
correspond to Recipes:
8
Filtering Images using Low-pass Filters
9
Filtering Images using a Median Filter
10
 
11
Files:
12
	dderivatives.cpp
13
	laplacianZC.h
14
correspond to Recipes:
15
Applying Directional Filters to Detect Edges
16
Computing the Laplacian of an Image