Back to Adaptive Vision Studio website

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

EnumerateImageTiles


Module: FoundationBasic

Enumerates tiles from image.

Name Type Range Description
inImage Image Image to be enumerated
inTileWidth Integer 1 - Tile width
inTileHeight Integer* 1 - Tile height
inOverflowControl Bool Allow overflow
inDelay Integer Minimum time between iterations in milliseconds
outTile Image
outIsFirst Bool Flag indicating the first iteration
outIsLast Bool Flag indicating the last iteration
diagTilePosition Box Cut out tile position.

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

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