Start » Filter Reference » Computer Vision » Image Analysis » DetectLinePeak
Module: | FoundationPro |
---|
Finds line peaks on an image.
Applications
Created for applications with laser line detection.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image | ||
inDetectionMethod | LinePeakDetectionMethod | Method used to determine exact line peak position | ||
inThreshold | Real | 0.0 - | Minimal value of a bright pixel | |
outLinePeakPoints | Point2D?Array | Line peak positions | ||
diagLinePeakProfile | Profile | Profile of line peak positions |
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 | Unknown input detection method in DetectLinePeak. |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of DetectLinePeak filter group.