struct NCVBroxOpticalFlowDescriptor
Overview
Model and solver parameters. Moreā¦
#include <NCVBroxOpticalFlow.hpp> struct NCVBroxOpticalFlowDescriptor { // fields Ncv32f alpha; Ncv32f gamma; Ncv32u number_of_inner_iterations; Ncv32u number_of_outer_iterations; Ncv32u number_of_solver_iterations; Ncv32f scale_factor; };
Detailed Documentation
Model and solver parameters.
Fields
Ncv32f alpha
flow smoothness
Ncv32f gamma
gradient constancy importance
Ncv32u number_of_inner_iterations
number of lagged non-linearity iterations (inner loop)
Ncv32u number_of_outer_iterations
number of warping iterations (number of pyramid levels)
Ncv32u number_of_solver_iterations
number of linear system solver iterations
Ncv32f scale_factor
pyramid scale factor