https://github.com/blarc/optical-flow-estimation
Implementation of the two most well known optical flow estimation methods, the Lucas-Kanade method and the Horn-Schunck method.
https://github.com/blarc/optical-flow-estimation
horn-schunck lucas-kanade optical-flow
Last synced: 4 months ago
JSON representation
Implementation of the two most well known optical flow estimation methods, the Lucas-Kanade method and the Horn-Schunck method.
- Host: GitHub
- URL: https://github.com/blarc/optical-flow-estimation
- Owner: Blarc
- Created: 2022-03-06T08:51:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T13:58:04.000Z (about 3 years ago)
- Last Synced: 2025-01-23T02:01:36.623Z (4 months ago)
- Topics: horn-schunck, lucas-kanade, optical-flow
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# optical-flow-estimation
Implementation of the two most well known optical flow estimation methods, the Lucas-Kanade method and the Horn-Schunck method.