Back to Adaptive Vision Library website

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

ImageToSize


Header:AVL.h
Namespace:avl

Converts an image to a size.

Syntax

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

Parameters

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