You are here: Start » AVL.NET » ModelParameters Structure
ModelParameters Structure
Template matching model parameters
| Namespace: | AvlNet.Designers |
|---|---|
| Assembly: | Avl.Net.Designers.dll |
Fields
| Name | Type | Description | |
|---|---|---|---|
| SerializedImage | System.Byte | Serialized image data | |
| SerializedRegion | System.Byte | Serialized region data |
Properties
| Name | Type | Description | |
|---|---|---|---|
| AllowComplexityLevelChange | System.Boolean | Gets or sets ability to choose complexity level in editor | |
| AnglePrecision | System.Single | Defines angular resolution of the matching process | |
| ComplexityLevel | AvlNet.Designers.ComplexityLevel | Determines which plugin version should be opened | |
| EdgeCompleteness | System.Single | Determines what fraction of the edges will be present in the created model | |
| EdgeHysteresis | System.Single | Threshold hysteresis value for edge magnitude | |
| EdgeMagnitudeThreshold | System.Single | Higher threshold for edge magnitude | |
| MaxAngle | System.Single | End of range of possible rotations | |
| MaxPyramidLevel | System.Nullable<System.Int32> | Defines the number of reduced resolution levels used to speed up computations, or null | |
| MaxScale | System.Single | End of range of possible scales | |
| MinAngle | System.Single | Start of range of possible rotations | |
| MinPyramidLevel | System.Int32 | Defines the index of the lowest reduced resolution level used to speed up computations | |
| MinScale | System.Single | Start of range of possible scales | |
| ReferenceFrame | System.Nullable<AvlNet.Rectangle2D> | Created model that can be used by LocateMultipleObjects_Edges | |
| ScalePrecision | System.Single | Defines scale resolution of the matching process | |
| ShowEdges | System.Boolean | Display model edges parameter | |
| ShowPoint | System.Boolean | Display model point | |
| SmoothingStdDev | System.Single | Standard deviation of the gaussian smoothing applied before edge extraction | |
| UpdatePreviews | System.Boolean | Update previews after each change parameter |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
