You are here: Start » AVL.NET » Invoke.GetImagePixel_Interpolated

Invoke.GetImagePixel_Interpolated

Returns an interpolated single pixel of an image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void GetImagePixel_Interpolated
(
	Avl.Image inImage,
	Avl.Point2D inPoint,
	Avl.InterpolationMethod inInterpolation,
	out Avl.Pixel outPixel,
	out float outValue
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inPointAvl.Point2DPoint on the input image to be accessed.
inInterpolationAvl.InterpolationMethodBilinearDefault value: Bilinear.
outPixelAvl.PixelOutput pixel.
outValuefloatAverage pixel value.

See also