Back to Aurora Vision Library website

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

ImageToImageFormat


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts an image to an image format.

Syntax

C++
C#
 
void avl::ImageToImageFormat
(
	const avl::Image& inImage,
	avl::ImageFormat& outImageFormat
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Output value outImageFormat ImageFormat&