Module opencv::optflow

source ·
Expand description

Optical Flow Algorithms

Dense optical flow algorithms compute motion for each point:

  • cv::optflow::calcOpticalFlowSF
  • cv::optflow::createOptFlow_DeepFlow

Motion templates is alternative technique for detecting motion and computing its direction. See samples/motempl.py.

  • cv::motempl::updateMotionHistory
  • cv::motempl::calcMotionGradient
  • cv::motempl::calcGlobalOrientation
  • cv::motempl::segmentMotion

Functions reading and writing .flo files in “Middlebury” format, see: http://vision.middlebury.edu/flow/code/flow-code/README.txt

  • cv::optflow::readOpticalFlow
  • cv::optflow::writeOpticalFlow

Modules

Structs

Enums

Constants

Traits

Functions

Type Definitions