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

 TypeNameDescription
System.BooleanAllowComplexityLevelChange Gets or sets the basic/expert switch visibility
System.SingleAnglePrecision Defines angular resolution of the matching process.
AvlNet.ImageBackgrounds Gets or sets the designer background images
AvlNet.Designers.ComplexityLevelComplexityLevel Gets or sets the editor complexity level
System.Drawing.IconIcon Gets or sets the designer icon
System.BooleanIsDisposed Gets if the designer is _disposed
System.SingleMaxAngle End of range of possible rotations.
System.Nullable<System.Int32>MaxPyramidLevel Defines the number of reduced resolution levels used to speed up computations.
System.SingleMaxScale End of range of possible scales.
System.SingleMinAngle Start of range of possible rotations.
System.Int32MinPyramidLevel Defines the index of the lowest reduced resolution level used to speed up computations
System.SingleMinScale Start of range of possible scales.
System.ByteModelParameters Set or Load model parameters
System.Nullable<AvlNet.Rectangle2D>ReferenceFrame Exact position of the model object in the image.
System.SingleScalePrecision Defines scale resolution of the matching process.
System.ComponentModel.ISiteSiteInherited from a AvlNet.Designers.Designer
System.Drawing.SizeSize Gets or sets a start size for the designer
System.Drawing.PointStartLocation Gets or sets a start location for the designer
System.Windows.Forms.FormStartPositionStartPosition Gets or sets a start position for the designer
AvlNet.RegionTemplateRegion Region of the image from which model will be extracted
System.StringTitle Gets or sets the designer title

Methods

 NameDescription
ClearBackgroundImages() Clear background images from plugin
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
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

See also