Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Features » ImageProfileAlongPath

ImageProfileAlongPath


Creates a series of segments across the input path, measures the average pixel intensity on each of the segments, and creates the final profile from that values.

Name Type Range Description
inImage Image Input image
inScanPath Path Path along which the profile is extracted
inScanPathAlignment CoordinateSystem2D* Adjusts the scan path to the position of the inspected object
inScanWidth Integer 1 - Width of the scan area
inInterpolationMethod InterpolationMethod Interpolation method used to compute pixel brightness in locations of not-integer coordinates
inSmoothingStdDev Real 0.0 - Standard deviation of the gaussian smoothing applied to the extracted profile
outProfile Profile The resulting profile of the pixel brightness
outPath Path The path consisting of the points from which the resulting profile is extracted
outAlignedScanPath Path Input scan path after transformation (in the image coordinates)
diagSamplingPoints PathArray Array of paths each one containing the sampling points that contributed to a single value of the extracted profile

Applications

This is the first step of all 1D Edge Detection operations. Here available for direct use by the user.

Examples

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

Complexity Level

This filter is available on Advanced Complexity Level.