MatUtil.h File Reference
#include "gcl/Image.h"
#include "gcl/Geometry.h"
Include dependency graph for MatUtil.h:
Go to the source code of this file.
Functions
Converts an image to a matrix.
Makes an image out of a matrix.
replace each element with its absolute value.
clip each element to the interval [0, 1].
Create a random rotation matrix from the random vector v. More...
Function Documentation
Void ClipToZeroOne (Matf & mat)
clip each element to the interval [0, 1].
Definition at line 45 of file MatUtil.cc.
Converts an image to a matrix.
Definition at line 15 of file MatUtil.cc.
Void MakeAbs (Matf & mat)
replace each element with its absolute value.
Definition at line 36 of file MatUtil.cc.
Create a random rotation matrix from the random vector v.
From Jim Arvo, graphics gems II
Definition at line 57 of file MatUtil.cc.
Makes an image out of a matrix.
Definition at line 25 of file MatUtil.cc.
Generated at Sat Aug 5 00:17:00 2000 for Graphics Class Library by
doxygen 1.1.0 written by Dimitri van Heesch,
© 1997-2000