You are here: Start » AVL.NET » Invoke.DetectPaths
Finds a specified shape in an image using Hough Transform.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DetectPaths ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.Path inPath, float inMinScore, float inEdgeThreshold, List<Avl.Path> outPaths, List<float> outScores, Diagnostic<Avl.Image> diagGradientMagnitudeImage, Diagnostic<Avl.Image> diagScoreImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inRoi | Atl.Optional<Avl.Region> | Input region of interest. Default value: atl::NIL. | ||
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inMinScore | float | <0.0f, INF> | 20.0f | Minimum matching score. Default value: 20.0f. | 
![]()  | inEdgeThreshold | float | 10.0f | Minimum accepted edge magnitude. Default value: 10.0f. | |
![]()  | outPaths | System.Collections.Generic.List<Avl.Path> | Output paths. | ||
![]()  | outScores | System.Collections.Generic.List<float> | Output scores. | ||
![]()  | diagGradientMagnitudeImage | Avl.Diagnostic<Avl.Image> | Visualized gradients magnitude of an input image. | ||
![]()  | diagScoreImage | Avl.Diagnostic<Avl.Image> | Calculated score for each pixel of an input image. | 



