Bsoft object

struct Bsub_image

Source:

include/rwimg.h

Description:

General sub-image parameter structure.

Features:

This contains all the information pertinent to a single image in a
multi-image file.

Code:

struct Bsub_image {
float background; // Image background
float ox, oy, oz; // Origin (position of object origin in voxel coordinates)
float vx, vy, vz; // View orientation unit vector
float angle; // Rotation around view vector in radians
float mag; // Magnification
float fom; // Figure-of-merit associated with the image
} ;


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home