|
bazar
1.3.1
|
#include "calibmodel.h"

Go to the source code of this file.
Classes | |
| class | MultiGrab |
| struct | MultiGrab::Cam |
Functions | |
| bool | add_detected_homography (int n, planar_object_recognizer &detector, CamCalibration &calib) |
| bool | add_detected_homography (int n, planar_object_recognizer &detector, CamAugmentation &a) |
| IplImage * | myQueryFrame (CvCapture *capture) |
| IplImage * | myRetrieveFrame (CvCapture *capture) |
| bool add_detected_homography | ( | int | n, |
| planar_object_recognizer & | detector, | ||
| CamCalibration & | calib | ||
| ) |
Definition at line 89 of file multigrab.cpp.
References CamCalibration::AddHomography(), PyrImage::convCoordf(), planar_object_recognizer::H, image_object_point_match::image_point, image_object_point_match::inlier, object_keypoint::M, planar_object_recognizer::match_number, planar_object_recognizer::matches, image_object_point_match::object_point, object_keypoint::scale, keypoint::scale, keypoint::u, and keypoint::v.
| bool add_detected_homography | ( | int | n, |
| planar_object_recognizer & | detector, | ||
| CamAugmentation & | a | ||
| ) |
Definition at line 108 of file multigrab.cpp.
References CamAugmentation::AddHomography(), PyrImage::convCoordf(), planar_object_recognizer::H, image_object_point_match::image_point, image_object_point_match::inlier, object_keypoint::M, planar_object_recognizer::match_number, planar_object_recognizer::matches, image_object_point_match::object_point, object_keypoint::scale, keypoint::scale, keypoint::u, and keypoint::v.
| IplImage* myQueryFrame | ( | CvCapture * | capture | ) |
Definition at line 134 of file calibmodel.cpp.
References myRetrieveFrame().
Referenced by MultiGrab::Cam::setCam().
| IplImage* myRetrieveFrame | ( | CvCapture * | capture | ) |
Definition at line 115 of file calibmodel.cpp.
Referenced by MultiGrab::Cam::detect(), and myQueryFrame().
1.8.1.2