You are here: Start » FIL.NET » FIS.DetectCorners_Foerstner Method
FIS.DetectCorners_Foerstner Method
Detects corners using the Foerstner algorithm.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DetectCorners_Foerstner ( FilNet.Image inMonoImage, float inCornerQuality, float inStrengthThreshold, int inLocalness, IList<FilNet.Point2D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inMonoImage | FilNet.Image | Input image. | ||
![]() | inCornerQuality | float | <0.0f, 1.0f> | 0.8f | Threshold on regularity of the corner. Default value: 0.8f. |
![]() | inStrengthThreshold | float | <0.0f, 255.0f> | 50.0f | Threshold on contrast of gradients forming the corner. Default value: 50.0f. |
![]() | inLocalness | int | <1, 11> | 3 | How big-scaled the corners should be. Default value: 3. |
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> | Found corner points. |
Function Overrides
- DetectCorners_Foerstner(Image, NullableRef<Region>, Single, Single, Int32, IList<Point2D>)
- DetectCorners_Foerstner(Image, Single, Single, Int32, IList<Point2D>, Image, Image)
- DetectCorners_Foerstner(Image, NullableRef<Region>, Single, Single, Int32, IList<Point2D>, Image, Image)