Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Spatial Transforms » UncropImage

UncropImage
Inverse of CropImage.
Header: | AVL.h |
---|
Syntax
C++
C#
void avl::UncropImage ( const avl::Image& inImage, const avl::Box& inSelection, int inWidth, int inHeight, avl::Image& outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | ||
![]() |
inSelection | const Box& | The same value as in CropImage | ||
![]() |
inWidth | int | 0 - ![]() |
Width of the original image | |
![]() |
inHeight | int | 0 - ![]() |
Height of the original image | |
![]() |
outImage | Image& | Output image |
Description
Inverse of CropImage.
Examples
![]() |
|
inSelection origin in x:0 y:0 | ![]() |
inSelection origin in x:50 y:50 | ![]() |
See Also
- CropImage – Creates an image from a box-shaped fragment of the input image (with margins if requested).