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

/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp68 typedef struct _CvDPCell struct
72 }_CvDPCell; typedef in typeref:struct:_CvDPCell
111 _CvDPCell* cells = (_CvDPCell*)cvAlloc(sizeof(_CvDPCell)*imgW*MAX(dispH,(imgH+1)/2));
198 _CvDPCell* _cell = cells + x*dispH;

Completed in 187 milliseconds