Searched refs:matchEdges (Results 1 – 1 of 1) sorted by relevance
61 uchar *matchEdges; in icvDynamicCorrespond() local99 matchEdges = (uchar *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( uchar )); in icvDynamicCorrespond()101 if( matchEdges == 0 ) in icvDynamicCorrespond()234 matchEdges[i + j * row_size] = cpath; in icvDynamicCorrespond()251 switch (matchEdges[i + j * row_size]) in icvDynamicCorrespond()315 cvFree( &matchEdges ); in icvDynamicCorrespond()