You are here: Start » AVL.NET » Invoke.GetMultipleImagePixelValues_Safe
Invoke.GetMultipleImagePixelValues_Safe
Returns an array of pixel values at specified locations; the image range is checked.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetMultipleImagePixelValues_Safe ( Avl.Image inImage, List<Avl.Point2D> inPoints, Avl.InterpolationMethod inInterpolation, float inDefault, List<float> outValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | inInterpolation | Avl.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | inDefault | float | 0.0f | Default value: 0.0f. | |
![]() | outValues | System.Collections.Generic.List<float> |