You are here: Start » AVL.NET » AVS.ImageAlongPath Method

AVS.ImageAlongPath Method

Creates an image from pixels traversed along a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageAlongPath
(
	AvlNet.Image inImage,
	AvlNet.Path inAxisPath,
	int inScanWidth,
	AvlNet.Axis inAxisType,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inAxisPathAvlNet.PathInput path.
inScanWidthint<1, INF>5The width of the stripe of pixels along the given path. Default value: 5.
inAxisTypeAvlNet.AxisYType of axis the transformed axis path will be parallel to. Default value: Y.
inInterpolationMethodAvlNet.InterpolationMethodBilinearThe interpolation method used to compute pixel brightness in locations of not-integer coordinates. Default value: Bilinear.
outImageAvlNet.ImageOutput image.

Function Overrides

See also