Matrix

 

Matrix are used to create 2D structure of data.  They have variable number of rows "y" and columns "x".  The size of each element of the matrix is defined by the variable "dim" in bytes.  These Matrices are different from the 4x4 "Matrix" class defined in TomoVision_Util.

 

These matrix are used (among other things) to keep copies of the frame's image data.

 

 

Mat_Alloc

 

Create a matrix.

 

 

Mat_Copy

 

Create a new matrix that is a copy of an existing matrix.

 

 

Mat_Free

 

Delete a matrix.