Welcome to our Support Center
-
Quick start
-
API
-
Updated
Tiles
Description
Slices an image into specified dimensions and optionally resizes tiles to the original image size. Type : polymorphic.
Input parameters
Image Src : class
Tiles Parameters : cluster,
rows : integer, number of tiles per column.
cols : integer, number of tiles per row.

Keep Original Size ? : boolean, if true, we resize the tiles to the size of the source image.
Output parameters
Dup Image Src : class
Tiles : array, reference array containing the tiles.
Examples
All these examples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install Computer Vision library to run it).

Table of Contents