Back to Adaptive Vision Library website
You are here: Start » Function Reference » Image Analysis » DetectLinePeak
DetectLinePeak
Finds line peaks on an image.
Syntax
C++
C#
void avl::DetectLinePeak ( const avl::Image& inImage, avl::LinePeakDetectionMethod::Type inDetectionMethod, const atl::real inThreshold, atl::Array<atl::Conditional<avl::Point2D> >& outLinePeakPoints, avl::Profile& diagLinePeakProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | ||
![]() |
inDetectionMethod | LinePeakDetectionMethod::Type | BrightMassCenter | Method used to determine exact line peak position | |
![]() |
inThreshold | const real | 0.0 - ![]() |
128.0f | Minimal value of a bright pixel |
![]() |
outLinePeakPoints | Array<Conditional<Point2D> >& | Line peak positions | ||
![]() |
diagLinePeakProfile | Profile& | Profile of line peak positions |




