Back to Aurora Vision Library website
You are here: Start » Function Reference » Image » Image Basics » 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 | |
|---|---|---|---|---|
![]() |
ioImage | Image& | ||
![]() |
inRoi | const Region& | Range of pixels to be processed | |
![]() |
inSourceImage | const Image& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Different image formats in CopyPixels. |
| DomainError | Different image sizes in CopyPixels. |


