You are here: Start » AVL.NET » ModelDesignerBase Class
ModelDesignerBase Class
Displays a dialog box from which user can edit a template matching model
| Namespace: | AvlNet.Designers |
|---|---|
| Assembly: | Avl.Net.Designers.dll |
Properties
| Name | Type | Description | |
|---|---|---|---|
| AllowComplexityLevelChange | System.Boolean | Gets or sets the basic/expert switch visibility | |
| AnglePrecision | System.Single | Defines angular resolution of the matching process. | |
| Backgrounds | AvlNet.Image[] | Inherited from a AvlNet.Designers.Designer | |
| ExpertMode | System.Boolean | Gets or sets the editor complexity level | |
| HideSelectors | System.Boolean | Gets or sets if dialog user will be able to choose reference image. | |
| Icon | System.Drawing.Icon | Inherited from a AvlNet.Designers.Designer | |
| IsDisposed | System.Boolean | Inherited from a AvlNet.Designers.Designer | |
| 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. | |
| 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. | |
| ModelParameters | System.Byte[] | Gets or sets a serialized parameters that are used to create a model | |
| ReferenceFrame | System.Nullable<AvlNet.Rectangle2D> | Exact position of the model object in the image. | |
| ScalePrecision | System.Single | Defines scale resolution of the matching process. | |
| Site | System.ComponentModel.ISite | Inherited from a AvlNet.Designers.Designer | |
| Size | System.Drawing.Size | Inherited from a AvlNet.Designers.Designer | |
| StartLocation | System.Drawing.Point | Inherited from a AvlNet.Designers.Designer | |
| StartPosition | System.Windows.Forms.FormStartPosition | Inherited from a AvlNet.Designers.Designer | |
| TemplateRegion | AvlNet.Region | Region of the image from which model will be extracted | |
| Title | System.String | Inherited from a AvlNet.Designers.Designer |
Methods
| Name | Description | |
|---|---|---|
| ClearBackgroundImages() | Clear background images from plugin | |
| Dispose() | Inherited from AvlNet.Designers.Designer | |
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| LoadParameters(string) | Load model parameters from file | |
| SaveParameters(string) | Save model parameters to file | |
| ShowDialog() | Shows the editor as a modal window | |
| ShowDialog(System.Windows.Forms.IWin32Window) | Shows the editor as a modal window with a specified owner | |
| ToString() | Inherited from System.Object |
