# video_background_estimation
Background estimation of videos using simple technques.
#### Input:

#### Output:

#### Usage
```
from video_background_estimation.EstimateBackground import BackgroundEstimation
back_est = BackgroundEstimation("videos/british_highway_traffic.mp4", frame_fraction=0.1)
result = back_est.get_background(method="median")
```
##### Acknowledgement:
Thanks to my colleague Dinesh Ladi for all the help with Poetry.
##### References:
[1] Road Traffic Video Monitoring. https://www.kaggle.com/datasets/493b50c9f4c536c08262acadfeca70e2e4df0dadacae1655e8669903b2e21623. <br>
[2] Simple Background Estimation in Videos Using OpenCV (C++/Python) | LearnOpenCV #. 27 Aug. 2019, https://learnopencv.com/simple-background-estimation-in-videos-using-opencv-c-python/
Raw data
{
"_id": null,
"home_page": "https://github.com/rajesh-bhat/video_background_estimation",
"name": "video-background-estimation",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "video background estimation,background extraction from video",
"author": "Rajesh Shreedhar Bhat",
"author_email": "rajeshbht19@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/fd/43/a6d8a0852b572ba4e5216f4a51cf959fa73a548b0f609377ee72a65d8abb/video_background_estimation-0.1.4.tar.gz",
"platform": null,
"description": "# video_background_estimation\nBackground estimation of videos using simple technques. \n\n#### Input:\n\n\n\n#### Output:\n\n\n\n#### Usage\n```\nfrom video_background_estimation.EstimateBackground import BackgroundEstimation\nback_est = BackgroundEstimation(\"videos/british_highway_traffic.mp4\", frame_fraction=0.1)\nresult = back_est.get_background(method=\"median\")\n```\n\n##### Acknowledgement:\nThanks to my colleague Dinesh Ladi for all the help with Poetry.\n\n##### References:\n[1] Road Traffic Video Monitoring. https://www.kaggle.com/datasets/493b50c9f4c536c08262acadfeca70e2e4df0dadacae1655e8669903b2e21623. <br>\n[2] Simple Background Estimation in Videos Using OpenCV (C++/Python) | LearnOpenCV #. 27 Aug. 2019, https://learnopencv.com/simple-background-estimation-in-videos-using-opencv-c-python/\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "background estimation based on simple techniques",
"version": "0.1.4",
"split_keywords": [
"video background estimation",
"background extraction from video"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "95e0e7ee98e63b62d86a6d0905db2ba8ce181cf4f8ddc349c9f69a2d057b74ad",
"md5": "667a7e661ffa5908a862ef5b72c7bae7",
"sha256": "1926828b9fa28c02f569567628b919c26c38bb5cb392ee60a303828a95db5b42"
},
"downloads": -1,
"filename": "video_background_estimation-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "667a7e661ffa5908a862ef5b72c7bae7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 3751,
"upload_time": "2023-01-18T04:32:40",
"upload_time_iso_8601": "2023-01-18T04:32:40.104120Z",
"url": "https://files.pythonhosted.org/packages/95/e0/e7ee98e63b62d86a6d0905db2ba8ce181cf4f8ddc349c9f69a2d057b74ad/video_background_estimation-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fd43a6d8a0852b572ba4e5216f4a51cf959fa73a548b0f609377ee72a65d8abb",
"md5": "010fdec318be63d0a592dc473fdee86f",
"sha256": "179afe9857b3c1bb8af222808ebce85e9fd504beac0d6e25553935c23789d213"
},
"downloads": -1,
"filename": "video_background_estimation-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "010fdec318be63d0a592dc473fdee86f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 3748,
"upload_time": "2023-01-18T04:32:42",
"upload_time_iso_8601": "2023-01-18T04:32:42.143803Z",
"url": "https://files.pythonhosted.org/packages/fd/43/a6d8a0852b572ba4e5216f4a51cf959fa73a548b0f609377ee72a65d8abb/video_background_estimation-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-18 04:32:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "rajesh-bhat",
"github_project": "video_background_estimation",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "video-background-estimation"
}