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

Go to the source code of this file.
Functions | |
| IplImage * | acquire_model (CvCapture *capture) |
| void | show_result (planar_object_recognizer &recognizer, IplImage *video, IplImage **dst) |
| bool | add_detected_homography (planar_object_recognizer &detector, CamCalibration &calib) |
| void | usage (const char *s) |
| int | main (int argc, char **argv) |
| void | putText (IplImage *im, const char *text, CvPoint p, CvFont *f1, CvFont *f2) |
Variables | |
| char * | modelFile = "model.jpg" |
Definition in file singlecalib.cpp.
|
|
Definition at line 190 of file singlecalib.cpp. References cvPoint(), and putText(). Referenced by main(). |
|
||||||||||||
|
Referenced by geom_calib_idle(), geometric_calibration(), main(), photo_idle(), and photometric_calibration(). |
|
||||||||||||
|
||||||||||||||||||||||||
|
Definition at line 184 of file singlecalib.cpp. Referenced by acquire_model(). |
|
||||||||||||||||
|
Referenced by geometric_calibration(), and main(). |
|
|
Definition at line 25 of file singlecalib.cpp. |
|
|
Definition at line 19 of file singlecalib.cpp. |
1.3.9.1