OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iscale_x
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudawarping/src/cuda/
resize.cu
415
const int
iscale_x
= (int) round(fx);
421
if (std::abs(fx -
iscale_x
) < FLT_MIN && std::abs(fy - iscale_y) < FLT_MIN)
/external/opencv3/modules/imgproc/src/
imgwarp.cpp
[
all
...]
/external/opencv/cv/src/
cvimgwarp.cpp
711
int
iscale_x
= cvRound(scale_x);
local
[
all
...]
Completed in 217 milliseconds