#include <gpu.hpp>
Public Member Functions | |
| FarnebackOpticalFlow () | |
| void | operator() (const GpuMat &frame0, const GpuMat &frame1, GpuMat &flowx, GpuMat &flowy, Stream &s=Stream::Null()) |
| void | releaseMemory () |
Public Attributes | |
| int | numLevels |
| double | pyrScale |
| bool | fastPyramids |
| int | winSize |
| int | numIters |
| int | polyN |
| double | polySigma |
| int | flags |
| void cv::gpu::FarnebackOpticalFlow::operator() | ( | const GpuMat & | frame0, |
| const GpuMat & | frame1, | ||
| GpuMat & | flowx, | ||
| GpuMat & | flowy, | ||
| Stream & | s = Stream::Null() |
||
| ) |