From dcc5a7178e7d3faf8f345642658392777c224191 Mon Sep 17 00:00:00 2001 From: Jiyong Min Date: Wed, 13 Dec 2017 11:54:48 +0900 Subject: Imported Upstream version 1.3.26 Change-Id: I51058668a831efe4bc05b6e19491dfae785698ac --- www/api/average.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 www/api/average.html (limited to 'www/api/average.html') diff --git a/www/api/average.html b/www/api/average.html new file mode 100644 index 0000000..07ac17f --- /dev/null +++ b/www/api/average.html @@ -0,0 +1,75 @@ + + + + + + +average + + + + + + + +
+

average

+

Image averaging functions

+ +
+

Contents

+ +
+
+

AverageImages

+
+

Synopsis

+
+Image *AverageImages( Image *image, ExceptionInfo *exception );
+
+
+
+

Description

+

The Average() method takes a set of images and averages them together. +Each image in the set must have the same width and height. Average() +returns a single image with each corresponding pixel component of +each image averaged. On failure, a NULL image is returned and +exception describes the reason for the failure.

+

The format of the AverageImage method is:

+
+Image *AverageImages( Image *image, ExceptionInfo *exception );
+
+

A description of each parameter follows:

+
+
image:
+
The image sequence.
+
exception:
+
Return any errors or warnings in this structure.
+
+
+
+
+ + -- cgit v1.2.3