Create picture HDR with Matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Fábio Vieira
am 29 Apr. 2015
Kommentiert: Thomas Koelen
am 30 Apr. 2015
Hello people I'm beginner in Matlab, I need some help.
I have a project to do. I need create a picture HDR but I don't know how to do it..
I need join 3 pictures and create one HDR..
Can you help me please?
Fábio
0 Kommentare
Akzeptierte Antwort
Thomas Koelen
am 29 Apr. 2015
If you have the image processing toolbox you can use the following commands:
im1=imread('image1.tiff')
im2=imread('image2.tiff')
im3=imread('image3.tiff')
HDR = makehdr(im1,im2,im3)
7 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!