You are here: Start » FIL.NET » FIS.ImageAlongPath Method
FIS.ImageAlongPath Method
Creates an image from pixels traversed along a path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageAlongPath ( FilNet.Image inImage, FilNet.Path inAxisPath, FilNet.CoordinateSystem2D? inAxisPathAlignment, int inScanWidth, FilNet.Axis inAxisType, FilNet.InterpolationMethod inInterpolationMethod, FilNet.Pixel? inBorderColor, FilNet.Image outImage, NullableRef<FilNet.Path> outAlignedAxisPath, IList<FilNet.Path> diagSamplingPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inAxisPath | FilNet.Path | Input path. | ||
![]() | inAxisPathAlignment | FilNet.CoordinateSystem2D? | Adjusts the axis path to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inScanWidth | int | <1, INF> | 5 | The width of the stripe of pixels along the given path. Default value: 5. |
![]() | inAxisType | FilNet.Axis | Y | Type of axis the transformed axis path will be parallel to. Default value: Y. | |
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | The interpolation method used to compute pixel brightness in locations of not-integer coordinates. Default value: Bilinear. | |
![]() | inBorderColor | FilNet.Pixel? | Pixel ( X: 0.0f Y: 0.0f Z: 0.0f W: 0.0f ) | Color of pixel outside image. If inBorderColor = NIL then algorithm repeats color of boarder. Default value: Pixel ( X: 0.0f Y: 0.0f Z: 0.0f W: 0.0f ). | |
![]() | outImage | FilNet.Image | Output image. | ||
![]() | outAlignedAxisPath | FilNet.NullableRef<FilNet.Path> | Input path after transformation (in the image coordinates). Can be null to skip this parameter calculation. | ||
![]() | diagSamplingPoints | System.Collections.Generic.IList<FilNet.Path> | Array of paths each one containing the sampling points corresponding to one row of the resulting image. |
Function Overrides
- ImageAlongPath(Image, Path, Int32, Axis, InterpolationMethod, Image)
- ImageAlongPath(Image, Path, Nullable<CoordinateSystem2D>, Int32, Axis, InterpolationMethod, Nullable<Pixel>, Image)
- ImageAlongPath(Image, Path, Nullable<CoordinateSystem2D>, Int32, Axis, InterpolationMethod, Nullable<Pixel>, Image, NullableRef<Path>)
- ImageAlongPath(Image, Path, Nullable<CoordinateSystem2D>, Int32, Axis, InterpolationMethod, Nullable<Pixel>, Image, Path, IList<Path>)