Start » Filter Reference » Computer Vision » Image Analysis » DetectLinePeak_Gauss
Module: | FoundationPro |
---|
Finds line peaks on an image.
Applications
Created for applications with laser line detection.
Name | Type | Range | Description | |
---|---|---|---|---|
inImage | Image | Input image | ||
inStdDev | Real | 0.0 - | Standard deviation of the gaussian kernel | |
inKernelRelativeSize | Real | 0.0 - 3.0 | A multiple of the standard deviation determining the size of the kernel | |
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.
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of DetectLinePeak filter group.