$search
#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 |
CvRect calc_mapped_rectangle | ( | CvRect | roi, | |
CvMat * | mat | |||
) |
void gen_random_homog_patches | ( | IplImage * | src, | |
int | count, | |||
IplImage ** | dst | |||
) |
Definition at line 148 of file planar.cpp.
CvSize gen_random_homog_transform | ( | CvRect | roi, | |
CvMat * | mat | |||
) |
Definition at line 84 of file planar.cpp.
void save_image_array | ( | const char * | folder, | |
const char * | filename, | |||
int | count, | |||
IplImage ** | images | |||
) |
Definition at line 168 of file planar.cpp.
void test_homog_transform | ( | IplImage * | src | ) |
Definition at line 185 of file planar.cpp.