#include "l/l_sys_def.h"
#include "wrap_dtlib_cpp/img.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
|
template<class T > |
T * | DTLib::ReadBufferFromMatfile (const char *strFilename, T *pBuffer, int &Width, int &Height) |
|
template<class T > |
bool | DTLib::WriteBufferToMatfile (T *pBuffer, const int Width, const int Height, const char *strMatName, const char *strFilename) |
|
template<class T > |
bool | DTLib::ReadMatfile (CImg< T > *pInImg, const char *strFilename) |
|
void | DTLib::ReadMatheader (const char *strFilename) |
|
template<class T > |
bool | DTLib::WriteMatfile (CImg< T > &InImg, const char *strMatname, const char *strFilename) |
|
template<class T > |
bool | DTLib::WriteMatfile (CImg< T > &InImg, const char *strMatname) |
|
template<class T > |
bool | DTLib::ReadMatfiles (CImgVec< T > &InVec, const char *strPrefix) |
|
template<class T > |
bool | DTLib::WriteMatfiles (CImgVec< T > &InVec, const char *strPrefix) |
|
template<class T > |
bool | DTLib::WriteMatfiles (const vector< CImg< T > * > &InVec, const char *strPrefix) |
|
int | DTLib::MatlabTypeID (float *pBuffer) |
|
int | DTLib::MatlabTypeID (unsigned char *pBuffer) |
|
int | DTLib::MatlabTypeID (int *pBuffer) |
|
template<class T > |
bool | DTLib::ReadMatfile (CImg< T > &InImg, const char *strFilename) |
|
#define MAX_CHARS 2000 /* max characters allowed per filename/mat-variable */ |