|
TPCCLIB
|
Find the position of maximum pixel value in PET image file. More...
Go to the source code of this file.
Functions | |
| int | imgRangeWeightedMax (IMG *img, IMG_RANGE *r, IMG_PIXEL *maxp) |
Find the position of maximum pixel value in PET image file.
Definition in file imgmaxp.c.
Finds voxel value weighted voxel position inside specified image range.
| img | Pointer to IMG structure. |
| r | Pointer to image range inside IMG; enter NULL if whole IMG is used. |
| maxp | Pixel where max pixel position is written. |
Definition at line 271 of file imgmaxp.c.