You are here: Start » FIL.NET » ModelDesignerBase Class
ModelDesignerBase Class
Displays a dialog box from which user can edit a template matching model
Namespace: | FilNet.Designers |
---|---|
Assembly: | Fil.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 | FilNet.Image[] | Inherited from a FilNet.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 FilNet.Designers.Designer |
![]() | IsDisposed | System.Boolean | Inherited from a FilNet.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<FilNet.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 FilNet.Designers.Designer |
![]() | Size | System.Drawing.Size | Inherited from a FilNet.Designers.Designer |
![]() | StartLocation | System.Drawing.Point | Inherited from a FilNet.Designers.Designer |
![]() | StartPosition | System.Windows.Forms.FormStartPosition | Inherited from a FilNet.Designers.Designer |
![]() | TemplateRegion | FilNet.Region | Region of the image from which model will be extracted |
![]() | Title | System.String | Inherited from a FilNet.Designers.Designer |
Methods
Name | Description | |
---|---|---|
![]() | ClearBackgroundImages() | Clear background images from plugin |
![]() | Dispose() | Inherited from FilNet.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 |