Searched refs:first_corr (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() 256 first_corr[first_curr] = second[second_curr]; in icvDynamicCorrespond() 257 first_corr[first_curr + 1] = second[second_curr + 2]; in icvDynamicCorrespond() 270 first_corr[first_curr] = second[second_curr + 2]; in icvDynamicCorrespond() 271 first_corr[first_curr + 1] = second[second_curr + 2]; in icvDynamicCorrespond() 294 first_corr[first_curr] = second[second_curr + 2]; /* connect to begin */ in icvDynamicCorrespond() 295 first_corr[first_curr + 1] = second[second_curr + 2]; /* connect to begin */ 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() [all …]
|
D | cvmorphing.cpp | 54 int second_runs, int *first_corr, /* corr data for the 1st seq */ in icvMorphEpilines8uC3() argument 93 begCorr = (float) first_corr[curr]; in icvMorphEpilines8uC3() 95 endCorr = (float) first_corr[curr]; 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() 333 &(first_corr[currFirstCorr]), 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 | 91 … int* first_corr, /* correspond information for the 1st seq */ 102 int* first_corr, /* s0'|e0'|s1'|e1'|... */
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1076 int* first_corr, 1101 int* first_corr,
|