Home | History | Annotate | Download | only in include

Lines Matching full:double

52                                     double canny_threshold,
53 double ffill_threshold,
86 CVAPI(double) cvCalcDecompCoeff( IplImage* obj, IplImage* eigObj, IplImage* avg );
261 CV_INLINE double icvSqDist2D32f( CvPoint2D32f pt1, CvPoint2D32f pt2 )
263 double dx = pt1.x - pt2.x;
264 double dy = pt1.y - pt2.y;
479 double param1 CV_DEFAULT(CV_UNDEF_SC_PARAM),
480 double param2 CV_DEFAULT(CV_UNDEF_SC_PARAM),
481 double param3 CV_DEFAULT(CV_UNDEF_SC_PARAM),
482 double param4 CV_DEFAULT(CV_UNDEF_SC_PARAM),
483 double param5 CV_DEFAULT(CV_UNDEF_SC_PARAM) );
492 double Xcoef;
493 double XcoefA;
494 double XcoefB;
495 double XcoefAB;
497 double Ycoef;
498 double YcoefA;
499 double YcoefB;
500 double YcoefAB;
502 double Zcoef;
503 double ZcoefA;
504 double ZcoefB;
505 double ZcoefAB;
530 double coeffs[2][3][3];/* coefficients for transformation */
553 CVAPI(int) icvConvertWarpCoordinates(double coeffs[3][3],
563 CVAPI(void) icvGetPieceLength3D(CvPoint3D64f point1,CvPoint3D64f point2,double* dist);
565 CVAPI(int) icvCompute3DPoint( double alpha,double betta,
599 CVAPI(void) cvComputePerspectiveMap( const double coeffs[3][3], CvArr* rectMapX, CvArr* rectMapY );
625 double gamma,
641 double *a,double *b,double *c,
667 double a,double b,double c,
675 CVAPI(void) icvGetPieceLength(CvPoint2D64f point1,CvPoint2D64f point2,double* dist);
678 double a,double b,double c,
694 double quad1[4][2],
695 double quad2[4][2],
718 CVAPI(double) icvGetVect(CvPoint2D64f basePoint,CvPoint2D64f point1,CvPoint2D64f point2);
723 CVAPI(void) icvGetDistanceFromPointToDirect( CvPoint2D64f point,CvVect64d lineCoef,double*dist);
763 CvSeq* corr, double alpha,
807 CVAPI(double) cvGetGLCMDescriptor( CvGLCM* GLCM, int step, int descriptor );
810 double* average, double* standardDeviation );
833 CvPoint* ptRotate, double* dbAngleRotate);
1032 CVAPI(void) cvInitPerspectiveTransform( CvSize size, const CvPoint2D32f vertex[4], double matrix[3][3],
1344 double bg_threshold, std_threshold, minArea;
1345 double weight_init, variance_init;
1351 double weight;
1352 double variance[CV_BGFG_MOG_NCOLORS];
1353 double mean[CV_BGFG_MOG_NCOLORS];
1458 SetEtalon( CvCalibEtalonType etalonType, double* etalonParams,
1463 GetEtalon( int* paramCount = 0, const double** etalonParams = 0,
1539 double* etalonParams;