You are here: Start » FIL.NET » FIS.CreateEdgeModel Method
FIS.CreateEdgeModel Method
Creates a model for edge-based template matching.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateEdgeModel ( FilNet.Image inImage, int inMinPyramidLevel, float inSmoothingStdDev, float inEdgeThreshold, float inEdgeHysteresis, float inMinAngle, float inMaxAngle, float inAnglePrecision, float inMinScale, float inMaxScale, float inScalePrecision, float inEdgeCompleteness, INullable<FilNet.EdgeModel> outEdgeModel )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image from which model will be extracted. | ||
![]() | inMinPyramidLevel | int | <0, 12> | 0 | Defines the index of the lowest reduced resolution level used to speed up computations. Default value: 0. |
![]() | inSmoothingStdDev | float | <0.0f, INF> | 0.0f | Standard deviation of the gaussian smoothing applied before edge extraction. Default value: 0.0f. |
![]() | inEdgeThreshold | float | <0.0f, INF> | 35.0f | Higher threshold for edge magnitude. Default value: 35.0f. |
![]() | inEdgeHysteresis | float | <0.0f, INF> | 15.0f | Threshold hysteresis value for edge magnitude. Default value: 15.0f. |
![]() | inMinAngle | float | -180.0f | Start of range of possible rotations. Default value: -180.0f. | |
![]() | inMaxAngle | float | 180.0f | End of range of possible rotations. Default value: 180.0f. | |
![]() | inAnglePrecision | float | <0.001f, 10.0f> | 1.0f | Defines angular resolution of the matching process. Default value: 1.0f. |
![]() | inMinScale | float | <0.0f, INF> | 1.0f | Start of range of possible scales. Default value: 1.0f. |
![]() | inMaxScale | float | <0.0f, INF> | 1.0f | End of range of possible scales. Default value: 1.0f. |
![]() | inScalePrecision | float | <0.001f, 10.0f> | 1.0f | Defines scale resolution of the matching process. Default value: 1.0f. |
![]() | inEdgeCompleteness | float | <0.01f, 1.0f> | 1.0f | Determines what fraction of the edges will be present in the created model. Default value: 1.0f. |
![]() | outEdgeModel | FilNet.INullable<FilNet.EdgeModel> | Created model that can be used by LocateMultipleObjects_Edges. This parameter cannot be null. |
Function Overrides
- CreateEdgeModel(Image, Int32, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, INullable<EdgeModel>, NullableRef<NullableValue<Point2D>>)
- CreateEdgeModel(Image, Int32, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, INullable<EdgeModel>, INullable<SafeList<Path>>, INullable<SafeList<Image>>)
- CreateEdgeModel(Image, Int32, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, INullable<EdgeModel>, NullableRef<NullableValue<Point2D>>, INullable<SafeList<Path>>, INullable<SafeList<Image>>)
- CreateEdgeModel(Image, NullableRef<Region>, Nullable<Rectangle2D>, Int32, Nullable<Int32>, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, INullable<EdgeModel>)
- CreateEdgeModel(Image, NullableRef<Region>, Nullable<Rectangle2D>, Int32, Nullable<Int32>, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, INullable<EdgeModel>, NullableRef<NullableValue<Point2D>>)
- CreateEdgeModel(Image, NullableRef<Region>, Nullable<Rectangle2D>, Int32, Nullable<Int32>, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, INullable<EdgeModel>, INullable<SafeList<Path>>, INullable<SafeList<Image>>)
- CreateEdgeModel(Image, NullableRef<Region>, Nullable<Rectangle2D>, Int32, Nullable<Int32>, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, INullable<EdgeModel>, Nullable<Point2D>, INullable<SafeList<Path>>, INullable<SafeList<Image>>)
- CreateEdgeModel(Image, NullableRef<Region>, Nullable<Rectangle2D>, Int32, Nullable<Int32>, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, INullable<EdgeModel>, NullableRef<NullableValue<Point2D>>, INullable<SafeList<Path>>, INullable<SafeList<Image>>)