Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/
H A DgenMesh.cpp123 ldchParams.mapx = new double[ldchParams.meshSize]; in genLdchMeshInit()
143 if (ldchParams.mapx) { in genLdchMeshDeInit()
144 delete[] ldchParams.mapx; in genLdchMeshDeInit()
145 ldchParams.mapx = nullptr; in genLdchMeshDeInit()
H A DgenMesh.h85 double *mapx; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Dfec_algo.cpp24 …nt imgHeight, int meshSizeW, int meshSizeH, CameraCoeff camCoeff, double *mapx, double *mapy, unsi… in SmallMeshCorrect() argument
49 x1 = mapx[index] - cx; in SmallMeshCorrect()
112 double *mapx = new double[meshSizeW * meshSizeH]; in GenMeshTable() local
127 mapx[index] = a; in GenMeshTable()
135 SmallMeshCorrect(imgWidth, imgHeight, meshSizeW, meshSizeH, camCoeff, mapx, mapy, pMeshXY); in GenMeshTable()
219 delete[] mapx; in GenMeshTable()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/gen_mesh/
H A DgenMesh.cpp125 ldchParams.mapx = new double[ldchParams.meshSize]; in genLdchMeshInit()
145 delete[] ldchParams.mapx; in genLdchMeshDeInit()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/
H A Dimgproc_c.h252 const CvArr* mapx, const CvArr* mapy,
259 CVAPI(void) cvConvertMaps( const CvArr* mapx, const CvArr* mapy,
289 CvArr* mapx, CvArr* mapy );
297 CvArr* mapx, CvArr* mapy );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/
H A Dimgproc_c.h252 const CvArr* mapx, const CvArr* mapy,
259 CVAPI(void) cvConvertMaps( const CvArr* mapx, const CvArr* mapy,
289 CvArr* mapx, CvArr* mapy );
297 CvArr* mapx, CvArr* mapy );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/
H A Dimgproc_c.h252 const CvArr* mapx, const CvArr* mapy,
259 CVAPI(void) cvConvertMaps( const CvArr* mapx, const CvArr* mapy,
289 CvArr* mapx, CvArr* mapy );
297 CvArr* mapx, CvArr* mapy );
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A DgenMesh.h92 double *mapx; member