#include <gpu.hpp>
§ BroxOpticalFlow()
cv::gpu::BroxOpticalFlow::BroxOpticalFlow |
( |
float |
alpha_, |
|
|
float |
gamma_, |
|
|
float |
scale_factor_, |
|
|
int |
inner_iterations_, |
|
|
int |
outer_iterations_, |
|
|
int |
solver_iterations_ |
|
) |
| |
|
inline |
§ operator()()
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)
§ alpha
float cv::gpu::BroxOpticalFlow::alpha |
§ buf
GpuMat cv::gpu::BroxOpticalFlow::buf |
§ gamma
float cv::gpu::BroxOpticalFlow::gamma |
gradient constancy importance
§ inner_iterations
int cv::gpu::BroxOpticalFlow::inner_iterations |
number of lagged non-linearity iterations (inner loop)
§ outer_iterations
int cv::gpu::BroxOpticalFlow::outer_iterations |
number of warping iterations (number of pyramid levels)
§ scale_factor
float cv::gpu::BroxOpticalFlow::scale_factor |
§ solver_iterations
int cv::gpu::BroxOpticalFlow::solver_iterations |
number of linear system solver iterations
The documentation for this class was generated from the following file: