Back to Adaptive Vision Library website

You are here: Start » Function Reference » Conversions » SurfaceToImage

SurfaceToImage


Header:AVL.h
Namespace:avl

Converts a surface object to an image.

Syntax

C++
C#
 
void avl::SurfaceToImage
(
	const avl::Surface& inSurface,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inSurface const Surface& Input surface
outImage Image& Output image