Vuo  2.3.2
Typedefs | Functions
VuoImageAverage.h File Reference

Description

VuoImageAverage interface.

Definition in file VuoImageAverage.h.

Go to the source code of this file.

Typedefs

typedef void * VuoImageAverage
 State data for the image averager. More...
 

Functions

VuoImageAverage VuoImageAverage_make (void)
 Creates state data for the image averager. More...
 
VuoImage VuoImageAverage_average (VuoImageAverage average, VuoList_VuoImage images)
 Averages multiple images together into a single image. More...
 

Typedef Documentation

◆ VuoImageAverage

typedef void* VuoImageAverage

State data for the image averager.

Definition at line 19 of file VuoImageAverage.h.

Function Documentation

◆ VuoImageAverage_average()

VuoImage VuoImageAverage_average ( VuoImageAverage  average,
VuoList_VuoImage  images 
)

Averages multiple images together into a single image.

The output image is the same size as the first image (later images are stretched if needed).

The returned image has retain count +1.

Definition at line 79 of file VuoImageAverage.c.

◆ VuoImageAverage_make()

VuoImageAverage VuoImageAverage_make ( void  )

Creates state data for the image averager.

Definition at line 45 of file VuoImageAverage.c.