Type Definition opencv::types::PtrOfDualTVL1OpticalFlow[][src]

pub type PtrOfDualTVL1OpticalFlow = Ptr<dyn DualTVL1OpticalFlow>;

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.

Time step of the numerical scheme Read more

Weight parameter for the data term, attachment parameter Read more

Weight parameter for (u - v)^2, tightness parameter Read more

coefficient for additional illumination variation term Read more

Number of scales used to create the pyramid of images Read more

Number of warpings per scale Read more

Stopping criterion threshold used in the numerical scheme, which is a trade-off between precision and running time Read more

Inner iterations (between outlier filtering) used in the numerical scheme Read more

Outer iterations (number of inner loops) used in the numerical scheme Read more

Use initial flow Read more

Step between scales (<1) Read more

Median filter kernel size (1 = no filter) (3 or 5) Read more

Time step of the numerical scheme Read more

Weight parameter for the data term, attachment parameter Read more

Weight parameter for (u - v)^2, tightness parameter Read more

coefficient for additional illumination variation term Read more

Number of scales used to create the pyramid of images Read more

Number of warpings per scale Read more

Stopping criterion threshold used in the numerical scheme, which is a trade-off between precision and running time Read more

Inner iterations (between outlier filtering) used in the numerical scheme Read more

Outer iterations (number of inner loops) used in the numerical scheme Read more

Use initial flow Read more

Step between scales (<1) Read more

Median filter kernel size (1 = no filter) (3 or 5) Read more