Teledyne Princeton Instruments PICam 5.x Programmer's Manual page 199

Table of Contents

Advertisement

Chapter 7
7.2.1.2
PicamColumnDefect
Description
PicamColumnDefect
the sensor.
Structure Definition
The structure definition for
Variable Definitions
The variables required by
7.2.1.3
PicamRowDefect
Description
PicamRowDefect
sensor.
Structure Definition
The structure definition for
Variable Definitions
The variables required by
Advanced Function APIs
specifies the location and size of a single defective column on
PicamPixelLocation
typedef struct PicamColumnDefect
{
PicamPixelLocation start;
} PicamColumnDefect;
PicamPixelLocation
start: The top-most defective pixel.
height: The number of rows this column defect spans.
specifies the location and size of a single defective row on the
PicamRowDefect
typedef struct PicamRowDefect
{
PicamPixelLocation start;
} PicamRowDefect;
PicamRowDefect
start: The left-most defective pixel.
height: The number of columns this row defect spans.
is:
piint height;
are:
is:
piint width;
are:
199

Advertisement

Table of Contents
loading

Table of Contents