Searched refs:theinput (Results 1 – 1 of 1) sorted by relevance
150 Mat theinput = transformingImage.getMat(); in warpImage() local151 Mat mapX(theinput.rows, theinput.cols, CV_32FC1); in warpImage()152 Mat mapY(theinput.rows, theinput.cols, CV_32FC1); in warpImage()154 for (int row = 0; row < theinput.rows; row++) in warpImage()156 for (int col = 0; col < theinput.cols; col++) in warpImage()