Back to FabImage Library website

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

SurfaceToImage


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Converts a surface object to an image.

Syntax

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

Parameters

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