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

/external/opencv/cvaux/src/
H A Dcvcorrespond.cpp61 uchar *matchEdges; local
99 matchEdges = (uchar *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( uchar ));
101 if( matchEdges == 0 )
234 matchEdges[i + j * row_size] = cpath;
251 switch (matchEdges[i + j * row_size])
315 cvFree( &matchEdges );

Completed in 60 milliseconds