{"id":15402170,"url":"https://github.com/liby99/fourierdepthoffield","last_synced_at":"2025-03-14T17:25:27.694Z","repository":{"id":74146976,"uuid":"120236581","full_name":"Liby99/FourierDepthOfField","owner":"Liby99","description":"My own implementation of C. Soler's 2009 Fourier Depth of Field Paper","archived":false,"fork":false,"pushed_at":"2019-05-26T07:34:18.000Z","size":51079,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-21T10:51:05.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Liby99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-02-05T00:32:31.000Z","updated_at":"2021-06-09T15:47:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"aae7f2eb-38c7-4f2a-b286-f1d3d44b0b29","html_url":"https://github.com/Liby99/FourierDepthOfField","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liby99%2FFourierDepthOfField","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liby99%2FFourierDepthOfField/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liby99%2FFourierDepthOfField/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liby99%2FFourierDepthOfField/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Liby99","download_url":"https://codeload.github.com/Liby99/FourierDepthOfField/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243617033,"owners_count":20319999,"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":[],"created_at":"2024-10-01T16:01:21.286Z","updated_at":"2025-03-14T17:25:27.666Z","avatar_url":"https://github.com/Liby99.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fourier Depth of Field\n\nMy own implementation of the adaptive sampling method for defocus blur by\n[Cyril Soler et al, Fourier Depth of Field, 2009](https://github.com/Liby99/FourierDepthOfField/blob/master/docs/paper/a18-soler.pdf).\nThis project itself contains a self-written path tracer and based on that we\nadded Fourier analysis to do adaptive sampling. Finally we are able to produce\nsome very interesting results.\n\n![header]\n\n## Reports\n\n- [Milestone Report](https://github.com/Liby99/FourierDepthOfField/blob/master/docs/milestone.md)\n- [Final Report](https://github.com/Liby99/FourierDepthOfField/blob/master/docs/final.md)\n\n## Installation\n\nFirst clone the repo recursively\n\n``` bash\n$ git clone --recursive https://github.com/Liby99/FourierDepthOfField.git\n```\n\nThen use CMake and Make to build the program\n\n``` bash\n$ mkdir build\n$ cd build\n$ cmake ..\n$ make\n```\n\nFinally you can go to the test folder and run any test you want\n\n``` bash\n$ cd test\n$ ./cubes_fdof\n```\n\n## File Structures\n\n```\ndocs/ \u003c- Contains Documents\ninclude/ \u003c- GLM, Hierarchical Importance Sampling Libraries\nres/ \u003c- Resources: Models, Textures\nscript/ \u003c- Other scripts for building and compilation\nsrc/ \u003c- Source code\n  - extern/ \u003c- Header Files\n  - intern/ \u003c- CPP Files\ntest/ \u003c- Test code, will be compiled to test/ folder and include main() for each file\n```\n\n## Disclaimer\n\nWe have also included the\n[Victor et al, Hierarchical Importance Sampling, 2004](https://github.com/Liby99/FourierDepthOfField/blob/master/docs/paper/importancesampling.pdf)\npaper and its source code (include/quasi_sampler), though we modified a little\nbit to adapt it into our own structures.\n\n[header]: docs/res/final/header.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliby99%2Ffourierdepthoffield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliby99%2Ffourierdepthoffield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliby99%2Ffourierdepthoffield/lists"}