Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Computer Vision » 1D Edge Detection 3D » ScanMultipleStripes3D

ScanMultipleStripes3D


Module: Vision3DStandard

Locates multiple pairs of changes of surface height along a given path.

Name Type Range Description
Input value inSurface Surface Input surface
Input value inScanPath Path Path along which the scan is performed
Input value inScanPathAlignment CoordinateSystem2D* Adjusts the scan path to the position of the inspected object
Input value inSamplingStep Real* 0.0 - Distance between consecutive sampling points on the scan path; if Nil, the bigger of surface X and Y scales is chosen
Input value inScanWidth Integer 1 - Width of the scan field in pixels
Input value inSurfaceInterpolation InterpolationMethod Interpolation method used for extraction of surface points
Input value inStripeScanParams StripeScanParams3D Parameters controlling the surface stripe extraction process
Input value inMinGapWidth Real 0.0 - Minimal distance between consecutive surface stripes
Input value inMaxGapWidth Real* 0.0 - Maximal distance between consecutive surface stripes
Input value inLocalBlindness LocalBlindness* Defines conditions in which weaker edges can be detected in the vicinity of stronger edges
Input value inMaxProfileGapWidth Integer* 0 - Maximal number of consecutive not existing profile points
Output value outStripes SurfaceStripe1DArray Found surface stripes
Output value outAlignedScanPath Path Path along which the scan is performed; in the image coordinate system
Output value outHeightProfile Profile Extracted surface height profile
Output value outResponseProfile Profile Profile of the edge (derivative) operator response
Diagnostic input diagSamplingPoints PathArray Array of paths each one containing the sampling points that contributed to a single value of the extracted profile; in the image coordinate system
Diagnostic input diagSamplingStep Real Used distance between consecutive sampling points on the scan path

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of ScanStripes3D filter group.