Back to Aurora Vision Library website

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

SurfaceToImage


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

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
Input value inSurface const Surface& Input surface
Output value outImage Image& Output image