ItalaApiC
1.3.3
|
This is a struct to contain all the data of defective pixels. This struct contains all the data of the defective pixel elaboration, is used to store the pixels with different types of problems retrived from the sensor analysis. More...
Public Attributes | |
uint64_t | X |
The X image coordinate of the defective pixel. | |
uint64_t | Y |
The Y image coordinate of the defective pixel. | |
DefectType | DefectType |
The type of defect the pixel has. | |
char | TypeString [DD_STRIG_LENGTH] |
This is a struct to contain all the data of defective pixels. This struct contains all the data of the defective pixel elaboration, is used to store the pixels with different types of problems retrived from the sensor analysis.
char DefectivePixel::TypeString[DD_STRIG_LENGTH] |
The string representation of the type of defect the pixel has.