Back to Adaptive 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
inImage Image Input image
inChannelIndex Integer* 0 - 3 Selects a channel of the input image
inRowIndex Integer 0 - 65535 Selects a row of the input image
outValues RealArray Output pixel values of the row
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.