|
TPCCLIB
|
Functions for finding peak voxel in PET image. More...
#include "libtpcidi.h"Go to the source code of this file.
Functions | |
| int | imgGetConcWeightedPeakPos (IMG *img, float thrs, IMG_PIXEL *pos, int verbose) |
Functions for finding peak voxel in PET image.
Definition in file peak.c.
Calculates concentration weighted peak position from a sum image.
| img | Pointer to allocated image from which the peak position is searched. If IMG struct contains more than one times frame, then only the first one is used. |
| thrs | Threshold fraction (0<thrs<1) between image min and max. |
| pos | Pointer to pixel position structure. |
| verbose | Verbose level; set to <=0 to prevent all prints to stdout and stderr. |
Definition at line 14 of file peak.c.