1IM_STATS(3)                Library Functions Manual                IM_STATS(3)
2
3
4

NAME

6       im_stats - calculate many image statistics in a single pass
7

SYNOPSIS

9       #include <vips/vips.h>
10
11       DOUBLEMASK *im_stats(in)
12       IMAGE *in;
13

DESCRIPTION

15       Find many image statistics in a single pass through the PELs. Returns a
16       DOUBLEMASK of 6 columns by n+1 (where n is number of bands in image in)
17       rows.   Columns  are  statistics,  and are, in order: minimum, maximum,
18       sum, sum of squares, mean, standard deviation. Row 0 has statistics for
19       all bands together, row 1 has stats for band 1, and so on.
20
21       Non-complex images only!
22

RETURN VALUE

24       NULL on error.
25

SEE ALSO

27       im_avg(3), im_deviate(3)
28
30       National Gallery, 1992
31
32
33
34                                24 October 1992                    IM_STATS(3)
Impressum