You are here: Start » FIL.NET » FIS.ImageAlongArc Method

FIS.ImageAlongArc Method

Creates an image from pixels traversed along an arc.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageAlongArc
(
	FilNet.Image inImage,
	FilNet.Arc2D inAxisArc,
	FilNet.CoordinateSystem2D? inAxisArcAlignment,
	int inScanWidth,
	FilNet.Axis inAxisType,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.Pixel? inBorderColor,
	FilNet.Image outImage,
	out FilNet.Arc2D outAlignedAxisArc,
	IList<FilNet.Path> diagSamplingPoints
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inAxisArcFilNet.Arc2DInput arc.
inAxisArcAlignmentFilNet.CoordinateSystem2D?Adjusts the axis arc to the position of the inspected object. Default value: ftl::NIL.
inScanWidthint<1, INF>5The width of the stripe of pixels along the given arc. Default value: 5.
inAxisTypeFilNet.AxisYType of axis the transformed axis arc will be parallel to. Default value: Y.
inInterpolationMethodFilNet.InterpolationMethodBilinearThe interpolation method used to compute pixel brightness in locations of not-integer coordinates. Default value: Bilinear.
inBorderColorFilNet.Pixel?Color of pixel outside image. If inBorderColor = NIL then algorithm repeats color of boarder. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.
outAlignedAxisArcFilNet.Arc2DInput arc after transformation (in the image coordinates).
diagSamplingPointsSystem.Collections.Generic.IList<FilNet.Path>Array of paths each one containing the sampling points corresponding to one row of the resulting image.

Function Overrides

See also