#include <mex.h>
#include "Matlab/mexConverts.H"
#include "Image/Image.H"
#include "Raster/Raster.H"
#include <exception>
Go to the source code of this file.
Functions | |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
Read a PFM image into matlab. |
Read PFM images into matlab
Definition in file mexPfmread.C.
void mexFunction | ( | int | nlhs, | |
mxArray * | plhs[], | |||
int | nrhs, | |||
const mxArray * | prhs[] | |||
) |
Read a PFM image into matlab.
Definition at line 49 of file mexPfmread.C.
References Image2mexArray(), LFATAL_PRINTS_ABORT, LFATAL_XTRA_NOISY, LOG_FLAGS, MYLOGVERB, RASFMT_PFM, and Raster::ReadFloat().