Any way to use images in several data arrays to create HDR images?

4 views (last 30 days)
Having 4 images in arrays, we need to use it to create an hdr combination using tonemaping.
Any example ?

Accepted Answer

DGM
DGM on 28 Aug 2021
Start here:
A web search for 'matlab hdr' should turn up many related items.
  2 Comments
alberto roman
alberto roman on 28 Aug 2021
Problem is that all examples are made from jpg or other format image files, we need to take the picture info from a data array in memory. We could save it to a file in a graphic format, and from that files go to your example on the makehdr page, but this is a waste of time and not efficient.
alberto roman
alberto roman on 31 Aug 2021
Yes, probably from the imageDatastore object info can I get a way to create such info from our data array.Thanks

Sign in to comment.

More Answers (0)

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!