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 9 of the cookbook:
2
Computer Vision Programming using the OpenCV Library.
3
by Robert Laganiere, Packt Publishing, 2011.
4
 
5
Files:
6
	CameraCalibrator.h
7
	CameraCalibrator.cpp
8
	calibrate.cpp
9
correspond to Recipes:
10
Calibrating a camera
11
File:
12
	estimateF.cpp
13
correspond to Recipe:
14
Computing the Fundamental Matrix of an Image Pair
15
Files:
16
	matcher.h
17
	robustmatching.cpp
18
correspond to Recipe:
19
Matching Images using Random Sample Consensus
20
File:
21
	estimateH.cpp
22
correspond to Recipe:
23
Computing a homography between two images