Next: matrix2 Up: matrix2 Previous: Purpose

Description

Assigns a column vector with pointes to corresponding lines in a HIPS-2 image structure. Assigning


 y=(float **) matrix2(&hd);
will make the pixels of the image associated with hd accessible as

 y[i][j]
The function automatically detects the data type of the header and allocates space according to this.



tranden@hsr.no
Fri Sep 16 10:32:59 METDST 1994