Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Spatial Transforms » UncropImage

UncropImage


Inverse of CropImage.

Name Type Range Description
inImage Image Input image
inSelection Box The same value as in CropImage
inWidth Integer 0 - Width of the original image
inHeight Integer 0 - Height of the original image
outImage Image Output image

Description

The operation translates an image to original coordinates. Dimensions of outImage depends on inWidth and inHeight.

Complexity Level

This filter is available on Basic Complexity Level.

See Also