help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tiff function in Octave


From: Gabriele Ciccone
Subject: Re: Tiff function in Octave
Date: Thu, 25 Jun 2020 16:31:13 +0200

It works!
Thank you so much!

Gabriele 

> Il giorno 24 giu 2020, alle ore 20:58, Pantxo Diribarne 
> <pantxo.diribarne@gmail.com> ha scritto:
> 
> You would try to use the alpha channel to store your IR map, maybe this would 
> do the trick. Something like:
> 
>   ## Read images and cast them to uint8
> 
>   rgb = im2uint8 (imread (image_file)); # N-by-M-by-3 uint8
> 
>   ir = im2uint8 (imread (ir_file));            # N-by-M uint8
> 
>   imwrite (rgb, composite_file, "alpha", ir)
> 
> 
> Pantxo
> 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]