Back to Aurora Vision Library Lite website

You are here: Start » Image » Image Basics » CopyPixels

CopyPixels


Header: AVL.h
Namespace: avl

Copies pixels from one image to another.

Syntax

void avl::CopyPixels
(
	avl::Image& ioImage,
	const avl::Region& inRoi,
	const avl::Image& inSourceImage
)

Parameters

Name Type Default Description
Input will be modified ioImage Image&
Input value inRoi const Region& Range of pixels to be processed
Input value inSourceImage const Image&

Errors

List of possible exceptions:

Error type Description
DomainError Different image formats in CopyPixels.
DomainError Different image sizes in CopyPixels.