Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Basics » GetImageRow

GetImageRow


Module: FoundationLite

Extracts an array of pixel values from a single row of an image.

Name Type Range Description
Input value inImage Image Input image
Input value inChannelIndex Integer* 0 - 3 Selects a channel of the input image
Input value inRowIndex Integer 0 - 65535 Selects a row of the input image
Output value outValues RealArray Output pixel values of the row
Output value outPixels PixelArray Output pixels of the row

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Channel index out of range in GetImageRow.
DomainError Row index out of range in GetImageRow.

Complexity Level

This filter is available on Advanced Complexity Level.