Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dtps_trans.cpp150 Mat theinput = transformingImage.getMat(); in warpImage() local
151 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()