#include <gpu.hpp>
cv::gpu::BroxOpticalFlow::BroxOpticalFlow |
( |
float |
alpha_, |
|
|
float |
gamma_, |
|
|
float |
scale_factor_, |
|
|
int |
inner_iterations_, |
|
|
int |
outer_iterations_, |
|
|
int |
solver_iterations_ |
|
) |
| |
|
inline |
Compute optical flow frame0 - source frame (supports only CV_32FC1 type) frame1 - frame to track (with the same size and type as frame0) u - flow horizontal component (along x axis) v - flow vertical component (along y axis)
float cv::gpu::BroxOpticalFlow::alpha |
GpuMat cv::gpu::BroxOpticalFlow::buf |
float cv::gpu::BroxOpticalFlow::gamma |
gradient constancy importance
int cv::gpu::BroxOpticalFlow::inner_iterations |
number of lagged non-linearity iterations (inner loop)
int cv::gpu::BroxOpticalFlow::outer_iterations |
number of warping iterations (number of pyramid levels)
float cv::gpu::BroxOpticalFlow::scale_factor |
int cv::gpu::BroxOpticalFlow::solver_iterations |
number of linear system solver iterations
The documentation for this class was generated from the following file: