You are here: Start » AVL.NET » AVL.DetectCorners_Foerstner(AvlNet.Image, float, float, int, AvlNet.Point2D[])
AVL.DetectCorners_Foerstner(AvlNet.Image, float, float, int, AvlNet.Point2D[])
Detects corners using the Foerstner algorithm.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void DetectCorners_Foerstner( AvlNet.Image inMonoImage, float inCornerQuality, float inStrengthThreshold, int inLocalness, out AvlNet.Point2D[] outPoints )
Parameters
- inMonoImage
- Type: AvlNet.Image
Input image - inCornerQuality
- Type: System.Single
Threshold on regularity of the corner - inStrengthThreshold
- Type: System.Single
Threshold on contrast of gradients forming the corner - inLocalness
- Type: System.Int32
How big-scaled the corners should be - outPoints
- Type: AvlNet.Point2D
Found corner points
