|
Public Attributes |
|
const IMAGE * | img |
| | the image within which the ROI is located
|
|
uint32_t | interval |
| | interval index, currently unused
|
|
uint32_t | band |
| | band index (the ROI is within this band)
|
|
Dim_range_t | lin |
| | the range of lines covered by the ROI
|
|
Dim_range_t | pix |
| | the range of pixels covered by the ROI
|
|
long double | sum |
| | sum of pixel values within the ROI
|
|
long double | sumsq |
| | sum of squared pixel values within the ROI
|
|
unsigned long int | n |
| | total number of pixels == lin.len * pix.len
|
|
const IMAGE * | img |
| | the image within which the ROI is located
|
|
const IMAGE * | img |
| | the image within which the ROI is located
|