Searched defs:widthStep (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp84 CvSize size, int widthStep,
115 uchar* srcdata1 = src1 + widthStep * y;
116 uchar* srcdata2 = src2 + widthStep * y;
269 dispdata = dest + widthStep * y;
310 if( dest[(y-1)*widthStep+x] == dest[(y+1)*widthStep+x] )
312 dest[y*widthStep+x] = dest[(y-1)*widthStep+x];
322 if( ( CV_IMAX3( src1[(y-1)*widthStep+x], src1[y*widthStep
82 icvFindStereoCorrespondenceByBirchfieldDP( uchar* src1, uchar* src2, uchar* disparities, CvSize size, int widthStep, int maxDisparity, float _param1, float _param2, float _param3, float _param4, float _param5 ) argument
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h380 OpenCV ignores it and uses widthStep instead. */
388 (==image->height*image->widthStep
391 int widthStep; /* Size of aligned image row in bytes. */ member in struct:_IplImage
458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])

Completed in 178 milliseconds