Main Page
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File List
Namespace Members
Compound Members
File Members
IMAGE Namespace Reference
Functions
int
make_basename
(string &filename)
template<class T> int
read_volume
(volume< T > &target, const string &filename, short &dtype, bool read_img_data=true)
template<class T> int
read_volume
(volume< T > &target, const string &filename)
template<class T> int
read_volume_hdr_only
(volume< T > &target, const string &filename)
template<class T> int
save_volume
(const volume< T > &source, const string &filename)
int
read_ascii_matrix
(Matrix &target, const string &filename)
int
write_ascii_matrix
(const Matrix &affmat, const string &filename)
int
get_outputusermat
(const string &filename, Matrix &oumat)
template<class T> int
read_matrix
(Matrix &target, const string &filename, const volume< T > &invol)
template<class T> int
read_matrix
(Matrix &target, const string &filename, const volume< T > &invol, const volume< T > &finalvol)
template<class T> int
write_medx_matrix
(const Matrix &worldmat, const string &filename, const volume< T > &initvol, const volume< T > &finalvol, const string &mtype, const string &reffname)
short
dtype
(const volume< char > &vol)
short
dtype
(const volume< short > &vol)
short
dtype
(const volume< int > &vol)
short
dtype
(const volume< float > &vol)
short
dtype
(const volume< double > &vol)
template<class T> void
AvwRead
(AVW *IP, volume< T > &output, bool read_img_data=true)
template<class T> void
get_avw_origin
(volume< T > &vol, AVW *IP1)
template<class T> void
set_avw_origin
(const volume< T > &vol, AVW *IP1)
int
read_ascii_matrix
(Matrix &target, ifstream &matfile)
int
get_medx_small_matrix
(Matrix &target, ifstream &matfile)
int
get_medx_matrix
(Matrix &target, ifstream &matfile)
int
get_minc_matrix
(Matrix &target, ifstream &matfile)
int
put_medx_matrix
(ofstream &matfile, const string &name, const Matrix &affmat)
template<class T> int
medx2world
(Matrix &target, const Matrix &medxmat, const ColumnVector &finalimsize, const Matrix &finalvoxsize, const volume< T > &initvol)
template<class T> int
world2medx
(Matrix &medxmat, const Matrix &worldmat, const ColumnVector &finalimsize, const Matrix &finalvoxsize, const volume< T > &initvol)
template<class T> int
minc2world
(Matrix &target, const Matrix &mincmat, const volume< T > &initvol, const volume< T > &finalvol)
template<class T> int
read_medx_matrix
(Matrix &target, ifstream &matfile, const volume< T > &invol)
template<class T> int
read_minc_matrix
(Matrix &target, ifstream &matfile, const volume< T > &invol, const volume< T > &finalvol)
Function Documentation
template<class T>
void AvwRead
(
AVW *
IP
,
volume< T > &
output
,
bool
read_img_data
= true
)
short dtype
(
const volume< double > &
vol
)
short dtype
(
const volume< float > &
vol
)
short dtype
(
const volume< int > &
vol
)
short dtype
(
const volume< short > &
vol
)
short dtype
(
const volume< char > &
vol
)
template<class T>
void get_avw_origin
(
volume< T > &
vol
,
AVW *
IP1
)
int get_medx_matrix
(
Matrix &
target
,
ifstream &
matfile
)
int get_medx_small_matrix
(
Matrix &
target
,
ifstream &
matfile
)
int get_minc_matrix
(
Matrix &
target
,
ifstream &
matfile
)
int get_outputusermat
(
const string &
filename
,
Matrix &
oumat
)
int make_basename
(
string &
filename
)
template<class T>
int medx2world
(
Matrix &
target
,
const Matrix &
medxmat
,
const ColumnVector &
finalimsize
,
const Matrix &
finalvoxsize
,
const volume< T > &
initvol
)
template<class T>
int minc2world
(
Matrix &
target
,
const Matrix &
mincmat
,
const volume< T > &
initvol
,
const volume< T > &
finalvol
)
int put_medx_matrix
(
ofstream &
matfile
,
const string &
name
,
const Matrix &
affmat
)
int read_ascii_matrix
(
Matrix &
target
,
ifstream &
matfile
)
int read_ascii_matrix
(
Matrix &
target
,
const string &
filename
)
template<class T>
int IMAGE::read_matrix
(
Matrix &
target
,
const string &
filename
,
const volume< T > &
invol
,
const volume< T > &
finalvol
)
template<class T>
int IMAGE::read_matrix
(
Matrix &
target
,
const string &
filename
,
const volume< T > &
invol
)
template<class T>
int read_medx_matrix
(
Matrix &
target
,
ifstream &
matfile
,
const volume< T > &
invol
)
template<class T>
int read_minc_matrix
(
Matrix &
target
,
ifstream &
matfile
,
const volume< T > &
invol
,
const volume< T > &
finalvol
)
template<class T>
int IMAGE::read_volume
(
volume< T > &
target
,
const string &
filename
)
template<class T>
int IMAGE::read_volume
(
volume< T > &
target
,
const string &
filename
,
short &
dtype
,
bool
read_img_data
= true
)
template<class T>
int IMAGE::read_volume_hdr_only
(
volume< T > &
target
,
const string &
filename
)
template<class T>
int IMAGE::save_volume
(
const volume< T > &
source
,
const string &
filename
)
template<class T>
void set_avw_origin
(
const volume< T > &
vol
,
AVW *
IP1
)
template<class T>
int world2medx
(
Matrix &
medxmat
,
const Matrix &
worldmat
,
const ColumnVector &
finalimsize
,
const Matrix &
finalvoxsize
,
const volume< T > &
initvol
)
int write_ascii_matrix
(
const Matrix &
affmat
,
const string &
filename
)
template<class T>
int IMAGE::write_medx_matrix
(
const Matrix &
worldmat
,
const string &
filename
,
const volume< T > &
initvol
,
const volume< T > &
finalvol
,
const string &
mtype
,
const string &
reffname
)
Generated on Fri Mar 7 18:22:55 2003 for newimage by
1.2.14 written by
Dimitri van Heesch
, © 1997-2002