#include <opencv/cv.h>#include <assert.h>#include <stdlib.h>#include <string.h>#include <float.h>#include <stdint.h>#include <math.h>#include "opencv2/core/types_c.h"#include <limits.h>#include "opencv2/core/core_c.h"#include "opencv2/imgproc/types_c.h"#include "opencv2/core/core.hpp"#include "opencv2/imgproc/imgproc_c.h"#include "opencv2/flann/flann.hpp"

Go to the source code of this file.
Functions | |
| int | cvFindChessboardCornersLowres (IplImage *img, CvSize size, CvPoint2D32f *corners, int *corner_count=0) |
| int cvFindChessboardCornersLowres | ( | IplImage * | img, | |
| CvSize | size, | |||
| CvPoint2D32f * | corners, | |||
| int * | corner_count = 0 | |||
| ) |
Definition at line 302 of file cvcalibinit_lowres.cpp.