Loading...
Searching...
No Matches
cv::cuda::FastOpticalFlowBM Class Reference
#include <opencv2/cudalegacy.hpp>
Public Member Functions | |
| void | operator() (const GpuMat &I0, const GpuMat &I1, GpuMat &flowx, GpuMat &flowy, int search_window=21, int block_window=7, Stream &s=Stream::Null()) |
Member Function Documentation
◆ operator()()
| void cv::cuda::FastOpticalFlowBM::operator() | ( | const GpuMat & | I0, |
| const GpuMat & | I1, | ||
| GpuMat & | flowx, | ||
| GpuMat & | flowy, | ||
| int | search_window = 21, |
||
| int | block_window = 7, |
||
| Stream & | s = Stream::Null() |
||
| ) |
The documentation for this class was generated from the following file:
- opencv2/cudalegacy.hpp
1.9.6