You are here: Start » AVL.NET » AVL.ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path[])

AVL.ImageAlongPath(AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.Axis, AvlNet.InterpolationMethod, AvlNet.Image, AvlNet.Path[])

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,
	AvlNet.CoordinateSystem2D? inAxisPathAlignment,
	int inScanWidth,
	AvlNet.Axis inAxisType,
	AvlNet.InterpolationMethod inInterpolationMethod,
	out AvlNet.Image outImage,
	out AvlNet.Path[] diagSamplingPoints
)

Parameters

inImage
Type: AvlNet.Image
Input image
inAxisPath
Type: AvlNet.Path
Input path
inAxisPathAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
Adjusts the axis path to the position of the inspected object, or null.
inScanWidth
Type: System.Int32
The width of the stripe of pixels along the given path
inAxisType
Type: AvlNet.Axis
Type of axis the transformed axis path will be parallel to
inInterpolationMethod
Type: AvlNet.InterpolationMethod
The interpolation method used to compute pixel brightness in locations of not-integer coordinates
outImage
Type: AvlNet.Image
Output image
diagSamplingPoints
Type: AvlNet.Path
Array of paths each one containing the sampling points corresponding to one row of the resulting image

See also