Searched refs:arr_mapx (Results 1 – 1 of 1) sorted by relevance
343 float* arr_mapx = new float[img_size.width*img_size.height]; in run() local352 CvMat _mapx_orig = cvMat(img_size.height,img_size.width,CV_32FC1,arr_mapx); in run()402 delete[] arr_mapx; in run()