HornSchunckProperties

Horn-Schunck algorithm properties.

Members

Variables

alpha
float alpha;

Smoothing weight parameter for the flow field.

gaussKernelSize
size_t gaussKernelSize;

Size of the gaussian kernel used to blur the image as pre-process step before the algorithm.

gaussSigma
float gaussSigma;

Sigma value of gaussian kernel used to blur the image.

iterationCount
size_t iterationCount;

How many iterations is algorithm evaluated to estimate the flow values.

tol
float tol;

iteration stopping criterion.

Meta