Back to Adaptive Vision Studio website

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

EnumerateImageTiles


Enumerates tiles from image.

Name Type Range Description
inImage Image Image to be enumerated.
inTileWidth Integer 1 - Demanded tile width.
inTileHeight Integer 1 - Demanded tile height; equals inTileWidth when set to Auto.
inOverflowControl Bool Allow overflow.
outTile Image
diagTilePosition Box Box indicating cut out tiles location and dimensions.
outIsFirst Bool Flag indicating the first iteration
outIsLast Bool Flag indicating the last iteration

Description

Cuts out a tile from inImage and serves them one by one. Tile dimensions cannot be changed during image traversal.

Examples

EnumerateImageTiles performed on the sample image with inOverflowControl = true.

Complexity Level

This filter is available on Basic Complexity Level.

See Also