PRTools contents |
IM_MEAN
B = IM_MEAN(A)
B = A*IM_MEAN
Input | |
A | Dataset with object images dataset (possibly multi-band) |
Output | |
B | Dataset with centers-of-gravity replacing images (possibly multi-band). The first component is always measured in the horizontal direction (X). |
Computes the centers of gravity of all images stored in A. This center is computed, relative to the top-left corner of the image.
PRTools contents |