Wondercoll
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
cvcalibinit.cpp File Reference
#include "_cv.h"
#include <stdarg.h>

Classes

struct  CvContourEx
 
struct  CvCBCorner
 Corner info structure. More...
 
struct  CvCBQuad
 Quadrangle contour info structure. More...
 

Macros

#define MAX_CONTOUR_APPROX   7
 
#define HSIZE   20
 

Typedefs

typedef struct CvContourEx CvContourEx
 
typedef struct CvCBCorner CvCBCorner
 Corner info structure. More...
 
typedef struct CvCBQuad CvCBQuad
 Quadrangle contour info structure. More...
 

Functions

CV_IMPL int cvFindChessboardCorners (const void *arr, CvSize pattern_size, CvPoint2D32f *out_corners, int *out_corner_count, int flags)
 
CV_IMPL void cvDrawChessboardCorners (CvArr *_image, CvSize pattern_size, CvPoint2D32f *corners, int count, int found)
 

Macro Definition Documentation

#define HSIZE   20
#define MAX_CONTOUR_APPROX   7

Typedef Documentation

typedef struct CvCBCorner CvCBCorner

Corner info structure.

This structure stores information about the chessboard corner.

typedef struct CvCBQuad CvCBQuad

Quadrangle contour info structure.

This structure stores information about the chessboard quadrange.

typedef struct CvContourEx CvContourEx

Function Documentation

CV_IMPL void cvDrawChessboardCorners ( CvArr _image,
CvSize  pattern_size,
CvPoint2D32f corners,
int  count,
int  found 
)
CV_IMPL int cvFindChessboardCorners ( const void *  arr,
CvSize  pattern_size,
CvPoint2D32f out_corners,
int out_corner_count,
int  flags 
)