You are here: Start » AVL.NET » AVL.GetImageColumn(AvlNet.Image, int, float[], AvlNet.Pixel[])
AVL.GetImageColumn(AvlNet.Image, int, float[], AvlNet.Pixel[])
Extracts an array of pixel values from a single column of an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetImageColumn( AvlNet.Image inImage, int inColumnIndex, out float[] outValues, out AvlNet.Pixel[] outPixels )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inColumnIndex
- Type: System.Int32
Selects a column of the input image - outValues
- Type: System.Single
Output pixel values of the column - outPixels
- Type: AvlNet.Pixel
Output pixels of the column
