HomeSort by relevance Sort by last modified time
    Searched refs:temp_img (Results 1 - 2 of 2) sorted by null

  /system/extras/verity/fec/tests/
fec.py 62 temp_img = tempfile.NamedTemporaryFile()
67 simg2img(image, temp_img.name)
76 if compare(temp_img.name, temp_out.name) != 0:
  /external/opencv3/modules/calib3d/test/
test_undistort_badarg.cpp 132 IplImage* temp_img = cvCreateImage(cvSize(img_size.width,img_size.height),8,3); local
135 temp = (CvMat*)temp_img;
140 temp = (CvMat*)temp_img;
191 temp = (CvMat*)temp_img;
197 temp = (CvMat*)temp_img;
214 temp = (CvMat*)temp_img;
232 temp = (CvMat*)temp_img;
278 cvReleaseImage(&temp_img);

Completed in 722 milliseconds