Home | History | Annotate | Download | only in include

Lines Matching refs:flow

400                           CvArr* flow CV_DEFAULT(NULL),
461 /************************************ optical flow ***************************************/
463 /* Calculates optical flow for 2 images using classical Lucas & Kanade algorithm */
467 /* Calculates optical flow for 2 images using block matching algorithm */
473 /* Calculates Optical flow for 2 images using Horn & Schunck algorithm */
484 Also it does several iterations to get optical flow for
486 Calculates optical flow between two images for certain set of points (i.e.
487 it is a "sparse" optical flow, which is opposite to the previous 3 methods) */
501 /* Modification of a previous sparse optical flow algorithm to calculate
502 affine flow */