Structures

A structure is a "container" that stores multiple values in one cell, typically an image or features extracted from an image. Note that each value in a structure can be returned to a cell through a corresponding Data Access function. For example, the AcquireImage function acquires an image and stores it inside of an Image structure. The GetPixelValue returns the greyscale value for a specified pixel contained in the Image structure.