pub type PtrOfVariationalRefinement = Ptr<dyn VariationalRefinement>;

Implementations

Trait Implementations

Clears the algorithm state

Reads algorithm parameters from a file storage

Stores algorithm parameters in a file storage

simplified API for language bindings Stores algorithm parameters in a file storage Read more

Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read

Saves the algorithm to a file. In order to make this method work, the derived class must implement Algorithm::write(FileStorage& fs). Read more

Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string. Read more

Calculates an optical flow. Read more

Releases all inner buffers.

@ref calc function overload to handle separate horizontal (u) and vertical (v) flow components (to avoid extra splits/merges) Read more

Number of outer (fixed-point) iterations in the minimization procedure. Read more

Number of inner successive over-relaxation (SOR) iterations in the minimization procedure to solve the respective linear system. Read more

Relaxation factor in SOR Read more

Weight of the smoothness term Read more

Weight of the color constancy term Read more

Weight of the gradient constancy term Read more

Number of outer (fixed-point) iterations in the minimization procedure. Read more

Number of inner successive over-relaxation (SOR) iterations in the minimization procedure to solve the respective linear system. Read more

Relaxation factor in SOR Read more

Weight of the smoothness term Read more

Weight of the color constancy term Read more

Weight of the gradient constancy term Read more