OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interpolateFrames
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/src/
interpolate_frames.cpp
50
void cv::cuda::
interpolateFrames
(const GpuMat&, const GpuMat&, const GpuMat&, const GpuMat&, const GpuMat&, const GpuMat&, float, GpuMat&, GpuMat&, Stream&) { throw_no_cuda(); }
54
void cv::cuda::
interpolateFrames
(const GpuMat& frame0, const GpuMat& frame1, const GpuMat& fu, const GpuMat& fv, const GpuMat& bu, const GpuMat& bv,
/external/opencv3/modules/cudalegacy/include/opencv2/
cudalegacy.hpp
226
CV_EXPORTS void
interpolateFrames
(const GpuMat& frame0, const GpuMat& frame1,
Completed in 479 milliseconds