Functions

libof/ofImageTransformation.h File Reference

#include <i3d/image3d.h>

Functions

template<class ftype , class itype >
void ReadAndresBinaryData (char *filename, i3d::Image3d< ftype > *Img, itype nx, itype ny, itype bx, itype by)
template<class ftype , class itype >
void WriteAndresBinaryData (char *filename, i3d::Image3d< ftype > *Img, itype nx, itype ny, itype bx, itype by)
template<class VOXEL >
void FlipImage (i3d::Image3d< VOXEL > &Img, char *SAxe)
template<class RGBVOXEL , class FLOWVOXEL >
void ColorRepresentationOf2DFlow (i3d::Image3d< RGBVOXEL > &Output, std::valarray< i3d::Image3d< FLOWVOXEL > * > &VectorField, FLOWVOXEL normalization, FLOWVOXEL Sgn=static_cast< FLOWVOXEL >(-1.0))
template<class VOXEL >
void LogarithmicTransformation (i3d::Image3d< VOXEL > &ImgIn, i3d::Image3d< VOXEL > &ImgOut, VOXEL ScaleFactor=1.0, VOXEL Base=2.0)

Function Documentation

template<class ftype , class itype >
void ReadAndresBinaryData ( char *  filename,
i3d::Image3d< ftype > *  Img,
itype  nx,
itype  ny,
itype  bx,
itype  by 
)
template<class ftype , class itype >
void WriteAndresBinaryData ( char *  filename,
i3d::Image3d< ftype > *  Img,
itype  nx,
itype  ny,
itype  bx,
itype  by 
)
template<class VOXEL >
void FlipImage ( i3d::Image3d< VOXEL > &  Img,
char *  SAxe 
)
template<class RGBVOXEL , class FLOWVOXEL >
void ColorRepresentationOf2DFlow ( i3d::Image3d< RGBVOXEL > &  Output,
std::valarray< i3d::Image3d< FLOWVOXEL > * > &  VectorField,
FLOWVOXEL  normalization,
FLOWVOXEL  Sgn = static_cast< FLOWVOXEL >(-1.0) 
)
template<class VOXEL >
void LogarithmicTransformation ( i3d::Image3d< VOXEL > &  ImgIn,
i3d::Image3d< VOXEL > &  ImgOut,
VOXEL  ScaleFactor = 1.0,
VOXEL  Base = 2.0 
)