All Projects → ray075hl → singleLDR2HDR

ray075hl / singleLDR2HDR

Licence: MIT license
Fake HDR Effect. Single Image HDR. HDR Filter.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to singleLDR2HDR

color-api
A proposal and draft spec for a Color object for the Web Platform, loosely influenced by our Color.js work. Heavily WIP, if you landed here randomly, please move along.
Stars: ✭ 102 (+155%)
Mutual labels:  hdr
moonlight hdr launcher
Launch anything in HDR mode using Moonlight
Stars: ✭ 48 (+20%)
Mutual labels:  hdr
GITechDemo
Global illumination technical demo - a continuation of the Synesthesia3D (ex-LibRenderer) graphics engine used in https://github.com/iftodebogdan/ShaderEditor
Stars: ✭ 45 (+12.5%)
Mutual labels:  hdr
DeepHDRVideo
HDR Video Reconstruction: A Coarse-to-fine Network and A Real-world Benchmark Dataset (ICCV 2021)
Stars: ✭ 63 (+57.5%)
Mutual labels:  hdr
gpu-camera-sample
High quality Image Processing software on GPU (Windows, Linux, ARM) for real time machine vision camera applications. Performance benchmarks and Glass-to-Glass time measurements. MIPI CSI cameras support. RAW2RGB processing on GPU.
Stars: ✭ 200 (+400%)
Mutual labels:  hdr
hdr10plus tool
CLI utility to work with HDR10+ in HEVC files.
Stars: ✭ 173 (+332.5%)
Mutual labels:  hdr
oculante
A minimalistic crossplatform image viewer written in rust
Stars: ✭ 169 (+322.5%)
Mutual labels:  hdr
staxrip
StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.
Stars: ✭ 132 (+230%)
Mutual labels:  hdr
ies
Convert the IES file into a IES texture for IES lightning
Stars: ✭ 34 (-15%)
Mutual labels:  hdr
TMS
Tone Mapping Studio
Stars: ✭ 35 (-12.5%)
Mutual labels:  hdr

singleLDR2HDR

An implementation of generating high dynamic range image from single low dynamic range image.

Experiment Result

Attention

Resolution of input image should not be too large(it depends on your machine's memory) since using SciPy to solve a large scale linear system may cause memory exhausted.

Setup

Tested on Python3.5 and Python2.7.

Dependencies

Install denpendencies.

cd singleLDR2HDR
pip install -r requirements.txt

Usage:

python run.py ./test_image/test1.jpg

Reference

[1]Generation of High Dynamic Range Illumination from a Single Image for the Enhancement of Undesirably Illuminated Images

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].