planar.h File Reference
#include <cv.h>
Go to the source code of this file.
Namespaces |
namespace | cv |
Functions |
CvRect | calc_mapped_rectangle (CvRect roi, CvMat *mat) |
void | cv::findPlanarObjectPose (const Mat &object_points, const Mat &image_points, const Point3f &normal, const Mat &intrinsic_matrix, const Mat &distortion_coeffs, std::vector< Point3f > &object_points_crf) |
void | gen_random_homog_patches (IplImage *src, int count, IplImage **dst) |
CvSize | gen_random_homog_transform (CvRect roi, CvMat *mat) |
void | save_image_array (const char *folder, const char *filename, int count, IplImage **images) |
void | test_homog_transform (IplImage *src) |
Variables |
const float | pi = 3.1415926 |
Function Documentation
CvRect calc_mapped_rectangle |
( |
CvRect |
roi, |
|
|
CvMat * |
mat | |
|
) |
| | |
void gen_random_homog_patches |
( |
IplImage * |
src, |
|
|
int |
count, |
|
|
IplImage ** |
dst | |
|
) |
| | |
CvSize gen_random_homog_transform |
( |
CvRect |
roi, |
|
|
CvMat * |
mat | |
|
) |
| | |
void save_image_array |
( |
const char * |
folder, |
|
|
const char * |
filename, |
|
|
int |
count, |
|
|
IplImage ** |
images | |
|
) |
| | |
void test_homog_transform |
( |
IplImage * |
src |
) |
|
Variable Documentation
const float pi = 3.1415926 |