#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[]) |
Write a PFM image from matlab. |
Write PFM images from matlab
Definition in file mexPfmwrite.C.
void mexFunction | ( | int | nlhs, | |
mxArray * | plhs[], | |||
int | nrhs, | |||
const mxArray * | prhs[] | |||
) |
Write a PFM image from matlab.
Definition at line 49 of file mexPfmwrite.C.
References FLOAT_NORM_PRESERVE, LFATAL_PRINTS_ABORT, LFATAL_XTRA_NOISY, LOG_FLAGS, MYLOGVERB, RASFMT_PFM, and Raster::WriteFloat().