Back to Aurora Vision Library website

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

RegionToImage


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a region to an image.

Syntax

C++
C#
 
void avl::RegionToImage
(
	const avl::Region& inRegion,
	avl::Image& outImage
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outImage Image& Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.