Searched refs:second_runs (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvcorrespond.cpp | 54 int second_runs, int *first_corr, /* s0'|e0'|s1'|e1'|... */ in icvDynamicCorrespond() argument 83 (second == 0) || (second_runs < 1) || (first_corr == 0) || (second_corr == 0) ) in icvDynamicCorrespond() 94 costTable = (float *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( float )); in icvDynamicCorrespond() 99 matchEdges = (uchar *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( uchar )); in icvDynamicCorrespond() 134 for( n = 0; n < second_runs; n++ ) in icvDynamicCorrespond() 152 for( j = 1; j <= second_runs; j++ ) in icvDynamicCorrespond() 241 j = second_runs; in icvDynamicCorrespond() 327 … int *second, int *second_runs, int *first_corr, /* s0'|e0'|s1'|e1'|... */ in icvDynamicCorrespondMulti() argument 343 (second == 0) || (second_runs == 0) || (first_corr == 0) || (second_corr == 0) ) in icvDynamicCorrespondMulti() 357 second_runs[n], in icvDynamicCorrespondMulti() [all …]
|
D | cvmorphing.cpp | 54 int second_runs, int *first_corr, /* corr data for the 1st seq */ in icvMorphEpilines8uC3() argument 179 for( n = 0; n < second_runs; n++ ) in icvMorphEpilines8uC3() 291 … int *second_runs, int *first_corr, /* correspond information for the 1st seq */ in icvMorphEpilines8uC3Multi() argument 319 second == 0 || second_runs == 0 || first_corr == 0 || second_corr == 0 ) in icvMorphEpilines8uC3Multi() 332 second_runs[currLine], in icvMorphEpilines8uC3Multi() 344 currSecond += (second_runs[currLine] * 2) + 1; in icvMorphEpilines8uC3Multi() 346 currSecondCorr += second_runs[currLine] * 2; in icvMorphEpilines8uC3Multi() 372 … int *second_runs, int *first_corr, /* correspond information for the 1st seq */ in cvMorphEpilinesMulti() argument 391 … second_runs, first_corr, /* correspond information for the 1st seq */ in cvMorphEpilinesMulti()
|
D | _cvvm.h | 90 int second_runs, 101 int second_runs,
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1075 int* second_runs, 1100 int* second_runs,
|