{"id":16890534,"url":"https://github.com/rfezzani/pyimof","last_synced_at":"2025-04-11T13:09:34.611Z","repository":{"id":62581053,"uuid":"183673161","full_name":"rfezzani/pyimof","owner":"rfezzani","description":"Python package for optical flow estimation","archived":false,"fork":false,"pushed_at":"2022-12-25T06:09:22.000Z","size":8328,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T09:21:36.367Z","etag":null,"topics":["image-processing","optical-flow","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rfezzani.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-26T18:01:10.000Z","updated_at":"2024-01-06T09:47:24.000Z","dependencies_parsed_at":"2023-01-30T21:45:29.859Z","dependency_job_id":null,"html_url":"https://github.com/rfezzani/pyimof","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfezzani%2Fpyimof","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfezzani%2Fpyimof/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfezzani%2Fpyimof/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfezzani%2Fpyimof/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfezzani","download_url":"https://codeload.github.com/rfezzani/pyimof/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248404867,"owners_count":21097845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-processing","optical-flow","python"],"created_at":"2024-10-13T17:03:29.841Z","updated_at":"2025-04-11T13:09:34.592Z","avatar_url":"https://github.com/rfezzani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/pyimof.svg)](https://badge.fury.io/py/pyimof)\n[![Documentation Status](https://readthedocs.org/projects/pyimof/badge/?version=latest)](https://pyimof.readthedocs.io/en/latest/?badge=latest)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nPyimof (for **Py**thon **im**age **o**ptical **f**low) is a pure\npython package for dense [optical\nflow](https://en.wikipedia.org/wiki/Optical_flow) estimation. Please\nvisit the [documentation](https://pyimof.readthedocs.io/en/latest/)\nand the\n[gallery](https://pyimof.readthedocs.io/en/latest/examples/index.html)\nfor more details.\n\n## Installation\n\n```\npip install pyimof\n```\n\n## Quick Example\n\nUsing Pyimov is as easy as\n\n```python\nfrom matplotlib import pyplot as plt\nimport pyimof\nI0, I1 = pyimof.data.hydrangea()\nu, v = pyimof.solvers.tvl1(I0, I1)\npyimof.display.plot(u, v)\nplt.show()\n```\n\nto obtain\n\n![Hydrangea](doc/source/_static/hydrangea.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfezzani%2Fpyimof","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfezzani%2Fpyimof","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfezzani%2Fpyimof/lists"}