17 TIL_API void readRAW(
const char *fileName, ImageC<ushort> &im,
int xs,
int ys,
float vx,
float vy,
float vz);
18 TIL_API void readRAW(
const char *fileName, ImageC<uchar> &im,
int xs,
int ys,
int zs,
float vx = 1,
float vy = 1,
float vz = 1);
Belongs to package Box Do not include directly, include til/Box.h instead.
General macros, definitions and functions.
TIL_API void readRAW(const char *fileName, ImageC< ushort > &im, int xs, int ys, float vx, float vy, float vz)
TIL_API void readCT(const char *fileName, ImageC< double > &)