Searched refs:temp_cmp (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp1414 _CvPyramid temp_cmp; local
1434 icvExpandBaseLevelC1( cmp, &temp_cmp, first_level_start,
1436 cmp = &temp_cmp;
1481 icvExpandBaseLevelC1( cmp, &temp_cmp, first_level_start,
1486 temp_cmp = *cmp;
1487 temp_cmp.c *= temp_cmp.a;
1513 temp_cmp.a += cmp->a;
1514 temp_cmp.c += cmp->c * cmp->a;
1515 icvMaxRoi( &(temp_cmp
1592 _CvPyramidC3 temp_cmp; local
[all...]

Completed in 42 milliseconds