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

/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp77 void _cvWorkEast (int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2);
78 void _cvWorkSouthEast(int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2);
79 void _cvWorkSouth (int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2);
382 void _cvWorkEast(int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2) argument
399 &edges2[j-1],
401 &edges2[j]*/);
420 void _cvWorkSouthEast(int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2) argument
432 &edges2[j-1]/*,
433 &edges2[j-2]*/);
437 &edges2[
480 _cvWorkSouth(int i, int j, _CvWork** W, CvPoint2D32f* edges1, CvPoint2D32f* edges2) argument
636 CvPoint2D32f* edges2; // array of second contour edge local
[all...]

Completed in 44 milliseconds