Back to Aurora Vision Studio website

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

GetImageColumn


Module: FoundationLite

Extracts an array of pixel values from a single column 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 inColumnIndex Integer 0 - 65535 Selects a column of the input image
Output value outValues RealArray Output pixel values of the column
Output value outPixels PixelArray Output pixels of the column

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 GetImageColumn.
DomainError Column index out of range in GetImageColumn.

Complexity Level

This filter is available on Advanced Complexity Level.