开发者

Looking for Single Image HDR Algorithm [closed]

开发者 https://www.devze.com 2023-04-12 00:20 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

开发者_运维知识库 Improve this question

Is there any open source implementation or algorithm for single Image HDR?


That PS feature is not high dynamic range anything, which would require multiple images of the scene acquired with different exposure settings. The PS feature is a well tuned local contrast enhancement algorithm, for which there are plenty of google results.

Here is a solid tutorial on how to do this with any C++ image framework: http://www.cromwell-intl.com/3d/histogram/


The Photoshop plug in doesn't actually have a special algorithm. It just combines a number of different filters to create an image that displays similar characteristics with HDR images.

You can do the same thing with GIMP, following this Instructable. You might also play with a light edge-glow effect as well.


You may start with implementing "Unsharp Mask" based on Gaussian Blur. Pseudo HDR effects could be achieved by applying unsharp mask with large radius.

Combining it with "Shadow / Highlight" filter yields something similar to what you linked to.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号