Render Toolbox 3  v2.1
 All Functions Groups Pages
Functions
Mex

Build Mex-functions from source. More...

Functions

 MakeReadMultichannelEXR ()
 Compile the MakeReadMultichannelEXR Mex-function.
 

Detailed Description

Build Mex-functions from source.

These functions are the "Make" functions that compile and link Mex-functions for use with the local hardware and operating system.

Function Documentation

MakeReadMultichannelEXR ( )

Compile the MakeReadMultichannelEXR Mex-function.

Compiles the ReadMultichannelEXR() mex function from source. Assumes that the OpenEXR libraries have been installed on the system at usr/opt/local or usr/local. If the libraries are installed somewhere else on your system, you should copy this file and edit the INC and LINC variables to contain the correct include and library paths for your OpenEXR installation.

Should produce a new MakeReadMultichannelEXR() function with a platform-specific Mex-function extension. See Matlab's mexext().

Attempts to read a sample OpenEXR image and plot channel data in a new figure, to verify that the funciton compiled successfully.

Usage: MakeReadMultichannelEXR()