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

 NameTypeDescription
AllowComplexityLevelChangeSystem.Boolean Gets or sets the basic/expert switch visibility
AnglePrecisionSystem.Single Defines angular resolution of the matching process.
BackgroundsAvlNet.Image[]Inherited from a AvlNet.Designers.Designer
ExpertModeSystem.Boolean Gets or sets the editor complexity level
HideSelectorsSystem.BooleanGets or sets if dialog user will be able to choose reference image.
IconSystem.Drawing.IconInherited from a AvlNet.Designers.Designer
IsDisposedSystem.BooleanInherited from a AvlNet.Designers.Designer
MaxAngleSystem.Single End of range of possible rotations.
MaxPyramidLevelSystem.Nullable<System.Int32> Defines the number of reduced resolution levels used to speed up computations.
MaxScaleSystem.Single End of range of possible scales.
MinAngleSystem.Single Start of range of possible rotations.
MinPyramidLevelSystem.Int32 Defines the index of the lowest reduced resolution level used to speed up computations
MinScaleSystem.Single Start of range of possible scales.
ModelParametersSystem.Byte[] Gets or sets a serialized parameters that are used to create a model
ReferenceFrameSystem.Nullable<AvlNet.Rectangle2D> Exact position of the model object in the image.
ScalePrecisionSystem.Single Defines scale resolution of the matching process.
SiteSystem.ComponentModel.ISiteInherited from a AvlNet.Designers.Designer
SizeSystem.Drawing.SizeInherited from a AvlNet.Designers.Designer
StartLocationSystem.Drawing.PointInherited from a AvlNet.Designers.Designer
StartPositionSystem.Windows.Forms.FormStartPositionInherited from a AvlNet.Designers.Designer
TemplateRegionAvlNet.Region Region of the image from which model will be extracted
TitleSystem.StringInherited from a AvlNet.Designers.Designer

Methods

 NameDescription
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

Remarks

See also