You are here: Start » AVL.NET » AVL.ImageProfileAlongPath(AvlNet.ImageProfileAlongPathState, AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, AvlNet.Path, AvlNet.Path[])

AVL.ImageProfileAlongPath(AvlNet.ImageProfileAlongPathState, AvlNet.Image, AvlNet.Path, AvlNet.CoordinateSystem2D?, int, AvlNet.InterpolationMethod, float, AvlNet.Profile, AvlNet.Path, AvlNet.Path, AvlNet.Path[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageProfileAlongPath(
	ref AvlNet.ImageProfileAlongPathState ioState,
	AvlNet.Image inImage,
	AvlNet.Path inScanPath,
	AvlNet.CoordinateSystem2D? inScanPathAlignment,
	int inScanWidth,
	AvlNet.InterpolationMethod inInterpolationMethod,
	float inSmoothingStdDev,
	out AvlNet.Profile outProfile,
	out AvlNet.Path outPath,
	out AvlNet.Path outAlignedScanPath,
	out AvlNet.Path[] diagSamplingPoints
)

Parameters

ioState
Type: AvlNet.ImageProfileAlongPathState
inImage
Type: AvlNet.Image
inScanPath
Type: AvlNet.Path
inScanPathAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inScanWidth
Type: System.Int32
inInterpolationMethod
Type: AvlNet.InterpolationMethod
inSmoothingStdDev
Type: System.Single
outProfile
Type: AvlNet.Profile
outPath
Type: AvlNet.Path
outAlignedScanPath
Type: AvlNet.Path
diagSamplingPoints
Type: AvlNet.Path

Examples

ImageProfileAlongPath applied on an image of a bottle (inScanWidth = 5)

See also