Create picture HDR with Matlab

2 ビュー (過去 30 日間)
Fábio Vieira
Fábio Vieira 2015 年 4 月 29 日
コメント済み: Thomas Koelen 2015 年 4 月 30 日
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

採用された回答

Thomas Koelen
Thomas Koelen 2015 年 4 月 29 日
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 件のコメント
Fábio Vieira
Fábio Vieira 2015 年 4 月 29 日
Thank you a lot Thomas! I will watch that page and take some information to make the project.. If I have questions can I ask you? Can you give your email please? Fábio Vieira
Thomas Koelen
Thomas Koelen 2015 年 4 月 30 日

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by