Home
last modified time | relevance | path

Searched refs:dstBmpPath_stitch (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/
H A Dtest030.cpp107 char dstBmpPath_stitch[256]; in test030() local
108 sprintf(dstBmpPath_stitch, "../data_out/ldch_stitch_%dx%d_level%03d.bmp", dstW, dstH, level); in test030()
109 cv::imwrite(dstBmpPath_stitch, dstImgBGR_stitch); in test030()
H A Dtest029.cpp122 char dstBmpPath_stitch[256]; in test029() local
123 sprintf(dstBmpPath_stitch, "../data_out/fec_stitch_%dx%d_level%03d.bmp", dstW, dstH, level); in test029()
124 cv::imwrite(dstBmpPath_stitch, dstImgBGR_stitch); in test029()