# opticalflow **Repository Path**: tu-long/opticalflow ## Basic Information - **Project Name**: opticalflow - **Description**: An implementation of the Farneback approach for motion estimation. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-18 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Optical Flow **Project ID:** 8yGuHp7y ![alt text](https://github.com/epochlab/opticalFlow/blob/main/sample.png) #### Dense Motion Estimation Abstract: *An implementation of the Farneback approach for dense motion estimation. Computing the optical flow vector for every pixel of each frame, we are able to infer the direction and velocity of both object and camera.* ### Packages `numpy` `opencv` ### Requirements - Both Linux and Windows are supported. Linux is recommended for performance and compatibility reasons. - 64-bit Python 3.7.9 installation.