Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Spatial Transforms » ImageAlongArc

ImageAlongArc


Creates an image from pixels traversed along an arc.

Name Type Range Description
inImage Image Input image
inAxisArc Arc2D Input arc
inAxisArcAlignment CoordinateSystem2D* Adjusts the axis arc to the position of the inspected object
inScanWidth Integer 1 - The width of the stripe of pixels along the given arc
inAxisType Axis Type of axis the transformed axis arc will be parallel to
inInterpolationMethod InterpolationMethod The interpolation method used to compute pixel brightness in locations of not-integer coordinates
outImage Image Output image
outAlignedAxisArc Arc2D Input arc after transformation (in the image coordinates)
diagSamplingPoints PathArray Array of paths each one containing the sampling points corresponding to one row of the resulting image

Applications

E.g. "Unwrapping" of object contours, so that they appear as 1D structures on the output image.

Complexity Level

This filter is available on Advanced Complexity Level.