#include <iostream>
#include "cv.h"
#include "highgui.h"
#include "calibmodel.h"
Include dependency graph for fullcalib.cpp:

Go to the source code of this file.
Functions | |
| void | show_result (planar_object_recognizer &recognizer, IplImage *video, IplImage *dst) |
| void | augment_scene (CalibModel &model, IplImage *frame, IplImage *display) |
| bool | add_detected_homography (planar_object_recognizer &detector, CamCalibration &calib) |
| bool | add_detected_homography (planar_object_recognizer &detector, CamAugmentation &a) |
| bool | geometric_calibration (CalibModel &model, CvCapture *capture, bool cache) |
| bool | photometric_calibration (CalibModel &model, CvCapture *capture, int nbImages, bool cache) |
| void | usage (const char *s) |
| int | main (int argc, char **argv) |
Definition in file fullcalib.cpp.
|
||||||||||||
|
Definition at line 381 of file fullcalib.cpp. References CamAugmentation::AddHomography(), planar_object_recognizer::H, planar_object_recognizer::match_number, and planar_object_recognizer::matches. |
|
||||||||||||
|
Definition at line 362 of file fullcalib.cpp. References CamCalibration::AddHomography(), calib, planar_object_recognizer::H, planar_object_recognizer::match_number, and planar_object_recognizer::matches. |
|
||||||||||||||||
|
||||||||||||||||
|
||||||||||||
|
Definition at line 40 of file fullcalib.cpp. References CalibModel::buildCached(), geometric_calibration(), modelFile, photometric_calibration(), and usage(). |
|
||||||||||||||||||||
|
||||||||||||||||
|
Definition at line 287 of file fullcalib.cpp. References cvPoint(), planar_object_recognizer::match_number, planar_object_recognizer::matches, and planar_object_recognizer::object_is_detected. |
|
|
Definition at line 29 of file fullcalib.cpp. |
1.3.9.1