Go to the source code of this file.
Namespaces | |
cv | |
Namespace where all the C++ OpenCV functionality resides. | |
Enumerations | |
enum | CvGraphWeightType { CV_NOT_WEIGHTED, CV_WEIGHTED_VTX, CV_WEIGHTED_EDGE, CV_WEIGHTED_ALL } |
enum | { CV_CONTOUR_TREES_MATCH_I1 = 1 } |
enum | CV_FACE_ELEMENTS { CV_FACE_MOUTH = 0, CV_FACE_LEFT_EYE = 1, CV_FACE_RIGHT_EYE = 2 } |
enum | CvLeeParameters { CV_LEE_INT = 0, CV_LEE_FLOAT = 1, CV_LEE_DOUBLE = 2, CV_LEE_AUTO = -1, CV_LEE_ERODE = 0, CV_LEE_ZOOM = 1, CV_LEE_NON = 2 } |
enum | CvCalibEtalonType { CV_CALIB_ETALON_USER = -1, CV_CALIB_ETALON_CHESSBOARD = 0, CV_CALIB_ETALON_CHECKERBOARD = CV_CALIB_ETALON_CHESSBOARD } |
typedef struct CvImgObsInfo CvImgObsInfo |
typedef CvImgObsInfo Cv1DObsInfo |
typedef struct CvEHMMState CvEHMMState |
typedef struct CvGraphWeightedVtx CvGraphWeightedVtx |
typedef struct CvGraphWeightedEdge CvGraphWeightedEdge |
typedef enum CvGraphWeightType CvGraphWeightType |
typedef struct CvCliqueFinder CvCliqueFinder |
typedef struct CvStereoLineCoeff CvStereoLineCoeff |
typedef struct CvStereoCamera CvStereoCamera |
typedef struct CvContourOrientation CvContourOrientation |
typedef struct CvContourTree CvContourTree |
typedef struct CvFaceTracker CvFaceTracker |
typedef struct CvFace CvFaceData |
typedef unsigned char CvBool |
typedef struct Cv3dTracker2dTrackedObject Cv3dTracker2dTrackedObject |
typedef struct Cv3dTrackerTrackedObject Cv3dTrackerTrackedObject |
typedef struct Cv3dTrackerCameraInfo Cv3dTrackerCameraInfo |
typedef struct Cv3dTrackerCameraIntrinsics Cv3dTrackerCameraIntrinsics |
typedef enum CvLeeParameters CvLeeParameters |
typedef struct CvVoronoiSite2D CvVoronoiSite2D |
typedef struct CvVoronoiEdge2D CvVoronoiEdge2D |
typedef struct CvVoronoiNode2D CvVoronoiNode2D |
typedef struct CvVoronoiDiagram2D CvVoronoiDiagram2D |
typedef struct CvConDensation CvConDensation |
typedef enum CvCalibEtalonType CvCalibEtalonType |
typedef struct CvStereoGCState CvStereoGCState |
typedef int(CV_CDECL * CvUpdateBGStatModel)(IplImage *curr_frame, struct CvBGStatModel *bg_model, double learningRate) |
typedef struct CvBGStatModel CvBGStatModel |
typedef struct CvFGDStatModelParams CvFGDStatModelParams |
typedef struct CvBGPixelCStatTable CvBGPixelCStatTable |
typedef struct CvBGPixelCCStatTable CvBGPixelCCStatTable |
typedef struct CvBGPixelStat CvBGPixelStat |
typedef struct CvFGDStatModel CvFGDStatModel |
typedef struct CvGaussBGStatModelParams CvGaussBGStatModelParams |
typedef struct CvGaussBGValues CvGaussBGValues |
typedef struct CvGaussBGPoint CvGaussBGPoint |
typedef struct CvGaussBGModel CvGaussBGModel |
typedef struct CvBGCodeBookElem CvBGCodeBookElem |
typedef struct CvBGCodeBookModel CvBGCodeBookModel |
enum CvGraphWeightType |
enum CV_FACE_ELEMENTS |
enum CvLeeParameters |
enum CvCalibEtalonType |
CVAPI | ( | CvSeq * | ) | const |
CVAPI | ( | void | ) |
CVAPI | ( | double | ) |
CVAPI | ( | CvEHMM * | ) |
CVAPI | ( | CvImgObsInfo * | ) |
CVAPI | ( | float | ) |
CvMemStorage int method CV_DEFAULT | ( | CV_DOMINANT_IPAN | ) |
CvMemStorage int method double parameter1 CV_DEFAULT | ( | 0 | ) |
const CvArr int CvArr int double param1 double param2 double param3 double param4 double param5 CV_DEFAULT | ( | CV_UNDEF_SC_PARAM | ) |
CVAPI | ( | int | ) |
CVAPI | ( | IplImage * | ) |
CVAPI | ( | CvContourTree * | ) | const |
CvSeq* cvCalcContoursCorrespondence | ( | const CvSeq * | contour1, |
const CvSeq * | contour2, | ||
CvMemStorage * | storage | ||
) |
CvSeq* cvMorphContours | ( | const CvSeq * | contour1, |
const CvSeq * | contour2, | ||
CvSeq * | corr, | ||
double | alpha, | ||
CvMemStorage * | storage | ||
) |
CVAPI | ( | CvGLCM * | ) | const |
int const int* stepDirections int numStepDirections int optimizationType CV_DEFAULT | ( | CV_GLCM_OPTIMIZATION_NONE | ) |
int descriptorOptimizationType CV_DEFAULT | ( | CV_GLCMDESC_OPTIMIZATION_ALLOWDOUBLENEST | ) |
CVAPI | ( | CvFaceTracker * | ) |
CvSeq* cvFindFace | ( | IplImage * | Image, |
CvMemStorage * | storage | ||
) |
CvSeq* cvPostBoostingFindFace | ( | IplImage * | Image, |
CvMemStorage * | storage | ||
) |
CV_INLINE Cv3dTracker2dTrackedObject cv3dTracker2dTrackedObject | ( | int | id, |
CvPoint2D32f | p | ||
) |
CV_INLINE Cv3dTrackerTrackedObject cv3dTrackerTrackedObject | ( | int | id, |
CvPoint3D32f | p | ||
) |
CVAPI | ( | CvBool | ) |
CvVoronoiDiagram2D CvMemStorage CvLeeParameters contour_type CV_DEFAULT | ( | CV_LEE_INT | ) |
CvVoronoiDiagram2D CvMemStorage CvLeeParameters contour_type int contour_orientation CV_DEFAULT | ( | - | 1 | ) |
CvSeq CvVoronoiDiagram2D CvMemStorage CvLeeParameters regularization_method CV_DEFAULT | ( | CV_LEE_NON | ) |
CvSeq CvVoronoiDiagram2D CvMemStorage CvLeeParameters regularization_method float approx_precision CV_DEFAULT | ( | CV_LEE_AUTO | ) |
CVAPI | ( | CvGraph * | ) |
CVAPI | ( | CvConDensation * | ) |
CVAPI | ( | CvSubdiv2D * | ) |
CV_INLINE CvSubdiv2D* cvCreateSubdivDelaunay2D | ( | CvRect | rect, |
CvMemStorage * | storage | ||
) |
CVAPI | ( | CvSubdiv2DPoint * | ) |
CVAPI | ( | CvSubdiv2DPointLocation | ) |
CvPoint2D32f CvSubdiv2DEdge CvSubdiv2DPoint** vertex CV_DEFAULT | ( | NULL | ) |
CV_INLINE CvSubdiv2DEdge cvSubdiv2DNextEdge | ( | CvSubdiv2DEdge | edge | ) |
CV_INLINE CvSubdiv2DEdge cvSubdiv2DRotateEdge | ( | CvSubdiv2DEdge | edge, |
int | rotate | ||
) |
CV_INLINE CvSubdiv2DEdge cvSubdiv2DSymEdge | ( | CvSubdiv2DEdge | edge | ) |
CV_INLINE CvSubdiv2DEdge cvSubdiv2DGetEdge | ( | CvSubdiv2DEdge | edge, |
CvNextEdgeType | type | ||
) |
CV_INLINE CvSubdiv2DPoint* cvSubdiv2DEdgeOrg | ( | CvSubdiv2DEdge | edge | ) |
CV_INLINE CvSubdiv2DPoint* cvSubdiv2DEdgeDst | ( | CvSubdiv2DEdge | edge | ) |
CV_INLINE double icvSqDist2D32f | ( | CvPoint2D32f | pt1, |
CvPoint2D32f | pt2 | ||
) |
CV_INLINE double cvTriangleArea | ( | CvPoint2D32f | a, |
CvPoint2D32f | b, | ||
CvPoint2D32f | c | ||
) |
CVAPI | ( | struct CvFeatureTree * | ) |
const int naive CV_DEFAULT | ( | 50 | ) |
CVAPI | ( | struct CvLSH * | ) |
CVAPI | ( | unsigned | int | ) |
CVAPI | ( | CvStereoGCState * | ) |
typedef void | ( | CV_CDECL * | CvReleaseBGStatModel | ) |
CVAPI | ( | CvBGStatModel * | ) |
CVAPI | ( | CvBGCodeBookModel * | ) |
int poly1Hull0 float perimScale CV_DEFAULT | ( | 4. | f | ) |
CvArr* dstarr |
CvArr double canny_threshold |
CvArr double double ffill_threshold |
int int int CvMemStorage* storage |
IplImage* eigObj |
int nEigObjs |
CvPoint3D64f CvPoint3D64f double CvStereoLineCoeff * coeffs |
int* numMix |
float* obs |
float CvSize dctSize |
CvEHMM* ehmm |
int num_img |
IplImage* img_mask |
int CvSeq float CvSize2D32f size |
int CvSeq float CvSize2D32f int flag |
CvPoint3D32f* center |
int CvSeq float CvSize2D32f int CvPoint3D32f CvMemStorage CvSeq ** numbers |
int CvSeq float CvSize2D32f int jc |
CvPoint3D32f float* intrinsic |
CvPoint3D32f float float* homography |
CvHistogram* hist |
const CvArr* rightImage |
CvPoint2D32f* cameraPoint |
CvPoint2D32f CvPoint2D32f* warpPoint |
CvPoint2D32f CvPoint2D32f int direction |
CvPoint2D64f point1 |
CvPoint2D64f CvPoint2D64f point2 |
CvPoint3D64f CvPoint3D64f CvPoint3D64f* pointSym2 |
double betta |
CvPoint2D64f point |
double double double * transVect1 |
double double double double double * rotMatr2 |
double double double double double double * transVect2 |
double double double double* convRotMatr |
double double double double double* convTransVect |
CvPoint3D64f* M1 |
double double* rotMatr |
double double double * transVect |
CvPoint2D64f p1_end |
CvPoint2D32f CvPoint2D32f v2_start |
CvPoint2D32f CvPoint2D32f CvPoint2D32f v2_end |
CvPoint2D32f p2 |
double a |
double double b |
double double double c |
int* nums |
double CvPoint2D64f CvSize imageSize |
int CvSize CvPoint2D32f* imagePoints1 |
int CvSize CvPoint2D32f CvPoint2D32f* imagePoints2 |
int CvSize CvPoint2D32f CvPoint2D32f CvPoint3D32f* objectPoints |
int CvSize CvPoint2D32f CvPoint2D32f CvPoint3D32f CvStereoCamera* stereoparams |
CvArr* rectMapX |
CvPoint2D64f CvPoint2D64f point3 |
CvPoint2D64f CvPoint2D64f CvPoint2D64f point4 |
double * camMatr1 |
double double * rotMatr1 |
double double double double * camMatr2 |
CvPoint2D64f CvPoint2D64f CvPoint2D64f double double double double double double CvStereoLineCoeff int* needSwapCameras |
double * camMatr |
double CvPoint3D64f* direct |
double CvPoint2D64f CvSize CvPoint2D64f CvPoint2D64f * point12 |
double CvPoint2D64f CvSize CvPoint2D64f CvPoint2D64f CvPoint2D64f * point21 |
double CvPoint2D64f CvSize CvPoint2D64f CvPoint2D64f CvPoint2D64f CvPoint2D64f * point22 |
CvPoint2D64f CvPoint2D64f CvPoint2D64f * midPoint |
CvPoint3D64f pointB |
CvPoint3D64f CvPoint3D64f pointCam1 |
CvPoint2D64f p_end |
double CvPoint2D64f CvSize CvPoint2D64f CvPoint2D64f CvPoint2D64f CvPoint2D64f int* result |
double* direct2 |
CvPoint2D64f CvPoint2D64f p2_start |
CvPoint2D64f CvPoint2D64f CvPoint2D64f p2_end |
double double double CvPoint2D64f* start |
double double double CvPoint2D64f CvPoint2D64f* end |
double double double CvPoint2D64f* projPoint |
double double double double double double CvSize* warpSize |
double double double double double double CvSize double quad1[4][2] |
double double double double double double CvSize double double quad2[4][2] |
double double double double double double CvSize double double double* fundMatr |
double double double double double double CvSize double double double CvPoint3D64f* epipole1 |
double double double double double double CvSize double double double CvPoint3D64f CvPoint3D64f* epipole2 |
double* areaLineCoef2 |
double CvPoint2D64f epipole |
double CvPoint2D64f CvSize CvPoint2D64f* point11 |
CvPoint2D64f double* normDirect |
double* lineCoeff |
double CvPoint2D64f* projectPoint |
double* lineCoef |
CvArr* fieldEven |
const CvContourTree int double threshold |
const CvArr int CvArr CvArr double CvTermCriteria criteria |
const CvContourTree* tree2 |
const CvContourTree int method |
int stepMagnitude |
int step |
int descriptor |
int double* average |
int double double* standardDeviation |
IplImage * imgGray |
const Cv3dTrackerCameraIntrinsics camera_intrinsics[] |
const Cv3dTrackerCameraIntrinsics CvSize etalon_size |
const Cv3dTrackerCameraIntrinsics CvSize float square_size |
const Cv3dTrackerCameraIntrinsics CvSize float IplImage* samples[] |
int const Cv3dTrackerCameraInfo camera_info |
int num_objects |
int const Cv3dTrackerCameraInfo const Cv3dTracker2dTrackedObject tracking_info[] |
int const Cv3dTrackerCameraInfo const Cv3dTracker2dTrackedObject Cv3dTrackerTrackedObject tracked_objects[] |
CvSeq CvVoronoiDiagram2D ** VoronoiDiagram |
CvSeq CvVoronoiDiagram2D CvMemStorage * VoronoiStorage |
CvSeq** ContourSeq |
CvMemStorage** pVoronoiStorage |
float maxWidth |
const CvPoint2D32f vertex[4] |
const CvPoint2D32f double matrix[3][3] |
const CvPoint2D32f double CvArr* rectMap |
CvSize img_size |
int * scanlines2 |
uchar* prewarp1 |
uchar* first_pix |
int measure_params |
CvMat* lower_bound |
CvRect CvTermCriteria CvConnectedComp * comp |
IplImage CvMemStorage CvSeq int double threshold1 |
IplImage CvMemStorage CvSeq int double double threshold2 |
CvRect rect |
int header_size |
CvPoint2D32f pt |
CvPoint2D32f CvSubdiv2DEdge* edge |
const CvMat * query_points |
CvMat* bounds_min |
int d |
int maxIters |
const CvArr CvArr CvArr CvStereoGCState* state |
const CvArr * curr |
const CvArr CvArr CvArr const CvPoint2D32f CvPoint2D32f float int CvSize win_size |
CvBGStatModel * bg_model |
IplImage* curr_frame |
int staleThresh |