Back to Adaptive Vision Studio website

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

SetImageColumn


Module: FoundationLite

Sets pixel values in a single entire column of an image.

Applications

Allows for creating images from calculated real values. It is significantly slower than SetImageRow.
Name Type Range Description
inImage Image
inChannelIndex Integer* 0 - 3 Selects a channel of the input image
inColumnIndex Integer 0 - 65535 Selects a column of the input image
inValues RealArray New values for specified column
outImage Image

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 SetImageColumn.
DomainError Column index out of range in SetImageColumn.
DomainError Size of inValues array and image height are not equal in SetImageColumn.

Complexity Level

This filter is available on Advanced Complexity Level.