Home | History | Annotate | Download | only in include

Lines Matching refs:CV_DEFAULT

343                                    int weighted CV_DEFAULT(0),  int weighted_edges CV_DEFAULT(0));
344 CVAPI(int) cvFindNextMaximalClique( CvCliqueFinder* finder, int* clock_rest CV_DEFAULT(0) );
382 CvGraphWeightType weight_type CV_DEFAULT(CV_NOT_WEIGHTED),
383 CvVect32f weight_vtx CV_DEFAULT(0),
384 CvMatr32f weight_edge CV_DEFAULT(0) );*/
433 int is_complementary CV_DEFAULT(0),
434 CvGraphWeightType weight_type CV_DEFAULT(CV_NOT_WEIGHTED),
435 CvVect32f weight_vtx CV_DEFAULT(0),
436 CvMatr32f weight_edge CV_DEFAULT(0),
437 CvSeq *start_clique CV_DEFAULT(0),
438 CvSeq *subgraph_of_ban CV_DEFAULT(0),
439 float *clique_weight_ptr CV_DEFAULT(0),
440 int num_generations CV_DEFAULT(3),
441 int quality CV_DEFAULT(2) );*/
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) );
797 const int* stepDirections CV_DEFAULT(0),
798 int numStepDirections CV_DEFAULT(0),
799 int optimizationType CV_DEFAULT(CV_GLCM_OPTIMIZATION_NONE));
801 CVAPI(void) cvReleaseGLCM( CvGLCM** GLCM, int flag CV_DEFAULT(CV_GLCM_ALL));
805 CV_DEFAULT(CV_GLCMDESC_OPTIMIZATION_ALLOWDOUBLENEST));
985 CvLeeParameters contour_type CV_DEFAULT(CV_LEE_INT),
986 int contour_orientation CV_DEFAULT(-1),
987 int attempt_number CV_DEFAULT(10));
994 CvLeeParameters regularization_method CV_DEFAULT(CV_LEE_NON),
995 float approx_precision CV_DEFAULT(CV_LEE_AUTO));
1313 CvFGDStatModelParams* parameters CV_DEFAULT(NULL));
1376 CvGaussBGStatModelParams* parameters CV_DEFAULT(NULL));
1408 CvRect roi CV_DEFAULT(cvRect(0,0,0,0)),
1409 const CvArr* mask CV_DEFAULT(0) );
1412 CvArr* fgmask, CvRect roi CV_DEFAULT(cvRect(0,0,0,0)) );
1415 CvRect roi CV_DEFAULT(cvRect(0,0,0,0)),
1416 const CvArr* mask CV_DEFAULT(0) );
1418 CVAPI(CvSeq*) cvSegmentFGMask( CvArr *fgmask, int poly1Hull0 CV_DEFAULT(1),
1419 float perimScale CV_DEFAULT(4.f),
1420 CvMemStorage* storage CV_DEFAULT(0),
1421 CvPoint offset CV_DEFAULT(cvPoint(0,0)));