Home
last modified time | relevance | path

Searched refs:second_runs (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cvaux/src/
Dcvcorrespond.cpp54 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 …]
Dcvmorphing.cpp54 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
391second_runs, first_corr, /* correspond information for the 1st seq */ in cvMorphEpilinesMulti()
D_cvvm.h90 int second_runs,
101 int second_runs,
/external/opencv/cvaux/include/
Dcvaux.h1075 int* second_runs,
1100 int* second_runs,