Searched defs:OPTFLOW_USE_INITIAL_FLOW (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/video/include/opencv2/video/
H A Dtracking.hpp56 enum { OPTFLOW_USE_INITIAL_FLOW = 4, enumerator in enum:cv::__anon15721
135 OPTFLOW_USE_INITIAL_FLOW flag is passed, the vector must have the same size as in the input.
149 - **OPTFLOW_USE_INITIAL_FLOW** uses initial estimations, stored in nextPts; if the flag is
200 - **OPTFLOW_USE_INITIAL_FLOW** uses the input flow as an initial flow approximation.
/external/opencv3/modules/java/src/
H A Dvideo+Video.java27 OPTFLOW_USE_INITIAL_FLOW = 4, field in class:Video

Completed in 220 milliseconds