Go to the source code of this file.
|
| til |
| Belongs to package Box Do not include directly, include til/Box.h instead.
|
|
|
TIL_API void | til::readCT (const char *fileName, ImageC< double > &) |
|
TIL_API void | til::readCT (const char *fileName, ImageC< float > &) |
|
TIL_API void | til::readCT (const char *fileName, ImageC< ushort > &) |
|
TIL_API void | til::readCT (const char *fileName, ImageC< uchar > &) |
|
TIL_API void | til::readRAW (const char *fileName, ImageC< ushort > &im, int xs, int ys, float vx, float vy, float vz) |
|
TIL_API void | til::readRAW (const char *fileName, ImageC< uchar > &im, int xs, int ys, int zs, float vx=1, float vy=1, float vz=1) |
|