Home
last modified time | relevance | path

Searched refs:mapx (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/src/
Dcvimgwarp.cpp1612 const float* mapx, int mxstep, \
1622 mxstep /= sizeof(mapx[0]); \
1626 mapx += mxstep, mapy += mystep ) \
1630 float _x = mapx[j], _y = mapy[j]; \
1661 const float* mapx, int mxstep, \
1671 mxstep /= sizeof(mapx[0]); \
1675 mapx += mxstep, mapy += mystep ) \
1679 int ix = cvRound(mapx[j]*(1 << ICV_WARP_SHIFT)); \
1748 const float* mapx, int mxstep,
1987 CvMat mxstub, *mapx = (CvMat*)_mapx; in cvRemap() local
[all …]
Dcvundistort.cpp240 float* mapx = (float*)(_mapx->data.ptr + _mapx->step*v); in cvInitUndistortMap() local
250 mapx[u] = (float)_x; in cvInitUndistortMap()
349 float* mapx = (float*)(_mapx->data.ptr + _mapx->step*i); in cvInitUndistortRectifyMap() local
361 mapx[j] = (float)u; in cvInitUndistortRectifyMap()
/external/opencv/cv/include/
Dcv.h298 const CvArr* mapx, const CvArr* mapy, in LOAD_CHDL()
303 CVAPI(void) cvConvertMaps( const CvArr* mapx, const CvArr* mapy, in LOAD_CHDL()
1174 CvArr* mapx, CvArr* mapy ); in LOAD_CHDL()
1180 CvArr* mapx, CvArr* mapy ); in LOAD_CHDL()
/external/opencv/cvaux/src/
Dcvepilines.cpp2458 CvMat stubx, *mapx = (CvMat*)rectMapX; in cvComputePerspectiveMap() local
2462 CV_CALL( mapx = cvGetMat( mapx, &stubx )); in cvComputePerspectiveMap()
2465 if( CV_MAT_TYPE( mapx->type ) != CV_32FC1 || CV_MAT_TYPE( mapy->type ) != CV_32FC1 ) in cvComputePerspectiveMap()
2468 size = cvGetMatSize(mapx); in cvComputePerspectiveMap()
2473 float* mx = (float*)(mapx->data.ptr + mapx->step*i); in cvComputePerspectiveMap()