OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:warpperspective_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
warping.hpp
101
warpPerspective_
(const SrcPtr& src, Size dstSize, const GpuMat_<float>& warpMat)
/external/opencv3/modules/cudev/test/
test_warp.cu
250
GpuMat_<float> dst =
warpPerspective_
(interNearest(brdConstant(d_src)), size, d_M);
Completed in 59 milliseconds