OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Attributes | List of all members
NCVBroxOpticalFlowDescriptor Struct Reference

Model and solver parameters. More...

#include <opencv2/cudalegacy/NCVBroxOpticalFlow.hpp>

Collaboration diagram for NCVBroxOpticalFlowDescriptor:

Public Attributes

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
 

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: