{"id":17204458,"url":"https://github.com/mthh/recbf","last_synced_at":"2025-03-25T09:43:15.129Z","repository":{"id":95037636,"uuid":"98100461","full_name":"mthh/recbf","owner":"mthh","description":"Rust library for recursive bilateral filtering","archived":false,"fork":false,"pushed_at":"2018-09-02T18:50:33.000Z","size":74,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T09:12:23.746Z","etag":null,"topics":["image-filtering","recursive-bilateral-filtering","rust-library"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mthh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-23T13:40:48.000Z","updated_at":"2023-05-30T02:41:36.000Z","dependencies_parsed_at":"2023-06-11T19:45:09.960Z","dependency_job_id":null,"html_url":"https://github.com/mthh/recbf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthh%2Frecbf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthh%2Frecbf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthh%2Frecbf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthh%2Frecbf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mthh","download_url":"https://codeload.github.com/mthh/recbf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245437195,"owners_count":20615231,"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-filtering","recursive-bilateral-filtering","rust-library"],"created_at":"2024-10-15T02:22:01.720Z","updated_at":"2025-03-25T09:43:15.109Z","avatar_url":"https://github.com/mthh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recbf [![Build Status](https://travis-ci.org/mthh/recbf.svg?branch=master)](https://travis-ci.org/mthh/recbf)\n\n__Rust library for recursive bilateral filtering.__\n\nExample usage with `rust-image` library for reading/writing image files :\n```rust\nlet img = image::open(\u0026Path::new(\"in.jpg\")).unwrap();\nlet mut content = img.raw_pixels();\nrecursive_bf(\u0026mut content, sigma_spatial, sigma_range, width, height, channel);\nimage::save_buffer(Path::new(\"out.jpg\"), \u0026content, width, height, img.color());\n```\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/mthh/recbf/master/examples/in.jpg\" width=\"270px\"\u003e\u003cbr/\u003e\u003cp align=\"center\"\u003eOriginal Image\u003c/p\u003e\u003c/td\u003e\n\u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/mthh/recbf/master/examples/out_verif.jpg\" width=\"270\"\u003e\u003cbr/\u003e\u003cp align=\"center\"\u003eRecursive Bilateral Filtering\u003c/p\u003e\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\nTranslated from [RecursiveBF](https://github.com/ufoym/RecursiveBF) C++ library.\nFor more details on the algorithm, please refer to the original paper :\n\n```\n@inproceedings{yang2012recursive,\n    title={Recursive bilateral filtering},\n    author={Yang, Qingxiong},\n    booktitle={European Conference on Computer Vision},\n    pages={399--413},\n    year={2012},\n    organization={Springer}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthh%2Frecbf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmthh%2Frecbf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthh%2Frecbf/lists"}