Back to Aurora Vision Library website

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

CopyPixels


Header: AVL.h
Namespace: avl
Module: FoundationLite

Copies pixels from one image to another.

Syntax

C++
C#
 
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.