Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Tiling » CutImageIntoTiles

CutImageIntoTiles


Module: FoundationBasic

Generates an array of small images by cutting the input image.

Name Type Range Description
Input value inImage Image Image to be cut into tiles
Input value inTileWidth Integer 1 - Demanded tile width.
Input value inTileHeight Integer* 1 - Demanded tile height; equals inTileWidth when set to Auto.
Input value inHorizontalStep Integer* 1 - Defines horizontal space between consecutive tiles; defaults to tile width. Can be used to produce overlapping tiles.
Input value inVerticalStep Integer* 1 - Defines vertical space between consecutive tiles; defaults to tile height. Can be used to produce overlapping tiles.
Input value inOverflowControl OverflowControl Define what to do when overflowing tiles are present.
Output value outImageTiles ImageArray Resulting image tiles

Description

Generates an array of image tiles, which are cut from inImage.

Examples

CutImageIntoTiles performed on the sample image with inOverflowControl = false.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Complexity Level

This filter is available on Basic Complexity Level.

See Also