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 8 of the cookbook:
2
Computer Vision Programming using the OpenCV Library.
3
by Robert Laganiere, Packt Publishing, 2011.
4
 
5
Files:
6
	harrisDetector.h
7
	interestPoints.cpp
8
correspond to Recipes:
9
Detecting Harris Corners
10
Detecting Fast Features
11
Detecting the Scale-Invariant SURF Features
12
 
13
File:
14
	blobs.cpp
15
correspond to Recipe:
16
Describing SURF Features