Back to Aurora Vision Library website

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

ImageToSize


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts an image to a size.

Syntax

C++
C#
 
void avl::ImageToSize
(
	const avl::Image& inImage,
	avl::Size& outSize
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Output value outSize Size&