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

NAME

6       im_fav4 - averages four frames
7

SYNOPSIS

9       #include <vips/vips.h>
10
11       int im_fav4(in, out)
12       IMAGE **in, *out;
13

DESCRIPTION

15       im_fav4  averages  four  input VIPS images, which must be unsigned byte
16       images with any number of bands. This is useful for noise reduction  by
17       grabbing  4 frames and averaging them. With 7 bit images this will give
18       quite a convincing eighth bit.
19

RETURN VALUE

21       returns 0 on success or -1 on error
22

SEE ALSO

24       add(1)
25
27       K. Martinez 13/4/92
28
29
30
31
32                                 13 April 1992                      IM_FAV4(3)
Impressum