You are here: Start » AVL.NET » Invoke.ImageAlongArc
Creates an image from pixels traversed along an arc.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ImageAlongArc ( Avl.Image inImage, Avl.Arc2D inAxisArc, Optional<Avl.CoordinateSystem2D> inAxisArcAlignment, int inScanWidth, Avl.Axis inAxisType, Avl.InterpolationMethod inInterpolationMethod, Optional<Avl.Pixel> inBorderColor, Avl.Image outImage, Optional<Avl.Arc2D> outAlignedAxisArc, Diagnostic<List<Avl.Path>> diagSamplingPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inAxisArc | Avl.Arc2D | Input arc. | ||
![]()  | inAxisArcAlignment | Atl.Optional<Avl.CoordinateSystem2D> | Adjusts the axis arc to the position of the inspected object. Default value: atl::NIL. | ||
![]()  | inScanWidth | int | <1, INF> | 5 | The width of the stripe of pixels along the given arc. Default value: 5. | 
![]()  | inAxisType | Avl.Axis | Y | Type of axis the transformed axis arc will be parallel to. Default value: Y. | |
![]()  | inInterpolationMethod | Avl.InterpolationMethod | Bilinear | The interpolation method used to compute pixel brightness in locations of not-integer coordinates. Default value: Bilinear. | |
![]()  | inBorderColor | Atl.Optional<Avl.Pixel> | Color of pixel outside image. If inBorderColor = NIL then algorithm repeats color of boarder. Default value: atl::NIL. | ||
![]()  | outImage | Avl.Image | Output image. | ||
![]()  | outAlignedAxisArc | Atl.Optional<Avl.Arc2D> | Input arc after transformation (in the image coordinates). | ||
![]()  | diagSamplingPoints | Avl.Diagnostic<System.Collections.Generic.List<Avl.Path>> | Array of paths each one containing the sampling points corresponding to one row of the resulting image. | 



