{"id":20341425,"url":"https://github.com/kaocc/hdr","last_synced_at":"2025-04-11T23:34:15.887Z","repository":{"id":67727475,"uuid":"85075715","full_name":"KaoCC/HDR","owner":"KaoCC","description":"High-dynamic-range imaging","archived":false,"fork":false,"pushed_at":"2022-02-19T12:15:10.000Z","size":81651,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T19:21:17.759Z","etag":null,"topics":["hdr","hdr-image","opencv","radiance-map"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/KaoCC.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-03-15T13:30:34.000Z","updated_at":"2023-11-09T09:40:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"c939e7eb-c3b2-4faf-b6a9-34df0470927e","html_url":"https://github.com/KaoCC/HDR","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2FHDR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2FHDR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2FHDR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaoCC%2FHDR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaoCC","download_url":"https://codeload.github.com/KaoCC/HDR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248495003,"owners_count":21113544,"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":["hdr","hdr-image","opencv","radiance-map"],"created_at":"2024-11-14T21:27:19.819Z","updated_at":"2025-04-11T23:34:15.879Z","avatar_url":"https://github.com/KaoCC.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HDR\nHigh-dynamic-range imaging\n\n\n## System requirements and Dependencies\n\n- [CMake 3.8+](https://cmake.org/)\n- [Conan 1.40+](https://conan.io/)\n\nThe following compilers are tested:\n\n- Visual Studio 2017 (Windows x64)\n- GCC 5.5.0 (Linux x64)\n- Apple LLVM version 13.0.0 (Mac x64)\n\n## Build\n\n### Windows \u0026 Mac OS X \u0026 Linux\n\n1. Create the build directory `mkdir build \u0026\u0026 cd build`\n2. Run Conan `conan install .. -s compiler.cppstd=17 --build missing` . The dependencies should be resolved by conan\n3. Run CMake `cmake ..` for development or `cmake -DCMAKE_BUILD_TYPE=Release` for a release build\n4. Compile by running `make`\n5. Run test case by `make test`\n6. The binary is named hdri\n\nNote that for Windows platform you may need to copy necessary files such as dlls to the working directory in order to execute the binary properly.\n\n\n## Usage\n\n`./hdri [BaseDirPath] [FileListName]`\n\nFor example:\n\n`./hdri ../InputImage/ list.txt`\n\nNote: The default base path is \"../InputImage/\" and the default name of the file list is \"list.txt\". You do not have to type it explicitly.\n\nThe program will first generate the radiance map. After that, it will generate the output image using tone mapping.\nMoreover, the reconstructed G curve (and ln E) will be written to a file.\n\n\n## Layout\n\nInputs:\n\nThe inputs are all stored in the folder named \"\\InputImage\" with subfolders indexed by numbers.\n\nOutputs:\n\nThey are in the \"\\Result\" folder with corresponding indice. Each subfolder contains the output image and the radiance map.\n\n\n## Reference\n\n- [Recovering High Dynamic Range Radiance Maps from Photographs](http://www.pauldebevec.com/Research/HDR/)\n- [Paper Link](https://dl.acm.org/citation.cfm?id=258884)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaocc%2Fhdr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaocc%2Fhdr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaocc%2Fhdr/lists"}