aopic2hdr
The aopic2hdr
function reconstructs the RGB HDR image of an \alpha-opic image from the \alpha\Omega-meter.
Usage:
[RGB,R,G,B] = aopic2hdr(aopic,rel)
Where:
Parameter | Description |
RGB,R,G,B | Is the reconstructed image matrix, or single channel. |
aopic | Is the \alpha-opic image matrix derived from an \alpha\Omega-meter. |
rel | Is a vector containing the corresponding relative calibration factors for the \alpha\Omega-meter. |
Example
Reconstruction of the RGB HDR image using an \alpha-opic image:
aopic = readaopic('aopic.aop') RGB = aopic2hdr(aopic)