OpenCV  3.4.0
Open Source Computer Vision
Public Attributes | List of all members

Model and solver parameters. More...

#include "NCVBroxOpticalFlow.hpp"

Public Attributes

Ncv32f alpha
 flow smoothness More...
 
Ncv32f gamma
 gradient constancy importance More...
 
Ncv32u number_of_inner_iterations
 number of lagged non-linearity iterations (inner loop) More...
 
Ncv32u number_of_outer_iterations
 number of warping iterations (number of pyramid levels) More...
 
Ncv32u number_of_solver_iterations
 number of linear system solver iterations More...
 
Ncv32f scale_factor
 pyramid scale factor More...
 

Detailed Description

Model and solver parameters.

Member Data Documentation

§ alpha

Ncv32f NCVBroxOpticalFlowDescriptor::alpha

flow smoothness

§ gamma

Ncv32f NCVBroxOpticalFlowDescriptor::gamma

gradient constancy importance

§ number_of_inner_iterations

Ncv32u NCVBroxOpticalFlowDescriptor::number_of_inner_iterations

number of lagged non-linearity iterations (inner loop)

§ number_of_outer_iterations

Ncv32u NCVBroxOpticalFlowDescriptor::number_of_outer_iterations

number of warping iterations (number of pyramid levels)

§ number_of_solver_iterations

Ncv32u NCVBroxOpticalFlowDescriptor::number_of_solver_iterations

number of linear system solver iterations

§ scale_factor

Ncv32f NCVBroxOpticalFlowDescriptor::scale_factor

pyramid scale factor


The documentation for this struct was generated from the following file: