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:

ParameterDescription
RGB,R,G,BIs the reconstructed image matrix, or single channel.
aopicIs the \alpha-opic image matrix derived from an \alpha\Omega-meter.
relIs 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)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.