Start » Filter Reference » Computer Vision » Shape Fitting 3D » FitPathToStripe3D
Module: | Vision3DStandard |
---|
Performs a series of 1D stripe detections in 3D and creates a path from the detected points.
Applications
Tracing of a stripe, whose rough location and shape is known beforehand.
Name | Type | Range | Description | |
---|---|---|---|---|
inSurface | Surface | Surface to fit path to | ||
inFittingField | PathFittingField | Path fitting field | ||
inFittingFieldAlignment | CoordinateSystem2D* | Adjusts the fitting field to the position of the inspected object | ||
inScanStep | Real* | 0.0 - | Optional implicit conversion of the input path to an equidistant one | |
inSamplingStep | Real* | 0.0 - | Desired distance between consecutive sampling points on the scan segments; if Nil, the bigger of surface X and Y scales is chosen | |
inScanWidth | Integer | 1 - | The width of each scan field (in pixels) | |
inSurfaceInterpolation | InterpolationMethod | Interpolation method used for extraction of surface points | ||
inStripeScanParams | StripeScanParams3D | Parameters controlling the stripe extraction process | ||
inStripeSelection | Selection | Selection mode of stripes | ||
inLocalBlindness | LocalBlindness* | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges | ||
inMaxProfileGapWidth | Integer* | 0 - | Maximal number of consecutive not existing profile points | |
inMaxPathInterpolationLength | Integer* | 0 - | Maximal number of consecutive points not found | |
inMaxDeviationDelta | Real* | 0.0 - | Maximal difference between deviations of consecutive path points | |
inMaxIncompleteness | Real | 0.0 - 0.999 | Maximal fraction of stripe points not found | |
outPath | Point3DArray? | Fitted path or nothing if the fitting failed | ||
outLeftPath | Point3DArray? | Fitted left path | ||
outRightPath | Point3DArray? | Fitted right path | ||
outStripes | SurfaceStripe1D?Array | Found stripes | ||
outDeviationProfile | Profile? | Profile of distances between the actual path points and the corresponding reference path points | ||
outAlignedFittingField | PathFittingField | Fitting field used; in the image coordinate system | ||
outHeightProfiles | ProfileArray | Extracted surface height profiles | ||
outResponseProfiles | ProfileArray | Profiles of the edge (derivative) operator response | ||
outPathSegments | Segment3DArray? | Segments of the fitted path or nothing if the fitting failed | ||
diagScanSegments | Segment2DArray | Segments along which the scans were run | ||
diagSamplingAreas | Rectangle2DArray | Areas from which the input image is sampled |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Sampling step set to zero in FitPathToStripe3D. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of FitPath3D filter group.