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

AVS.ImageAlongArc Method

Creates an image from pixels traversed along an arc.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageAlongArc
(
	AvlNet.Image inImage,
	AvlNet.Arc2D inAxisArc,
	int inScanWidth,
	AvlNet.Axis inAxisType,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inAxisArcAvlNet.Arc2DInput arc.
inScanWidthint<1, INF>5The width of the stripe of pixels along the given arc. Default value: 5.
inAxisTypeAvlNet.AxisYType of axis the transformed axis arc 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