Vuo  1.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs | Functions
VuoImageBlend.h File Reference

Description

VuoImageBlend interface.

Typedefs

typedef void * VuoImageBlend
 State data for the image blender.
 

Functions

VuoImageBlend VuoImageBlend_make (void)
 Creates state data for the image blender.
 
VuoImage VuoImageBlend_blend (VuoImageBlend blend, VuoList_VuoImage images)
 Averages multiple images together into a single image.
 

Typedef Documentation

typedef void* VuoImageBlend

State data for the image blender.

Function Documentation

VuoImage VuoImageBlend_blend ( VuoImageBlend  blend,
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).

Todo:
Could maybe improve performance by blending more than one image per iteration.
VuoImageBlend VuoImageBlend_make ( void  )

Creates state data for the image blender.