Click or drag to resize

Register Class

Transforms the source image ROI to a set of tie points in a new destination image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandMcImageCompareDocument, McImage
          MediaCy.CommandsTwoInputsOneOutputCommandMcImageCompareDocument, McImage, McImage
            MediaCy.Addins.ImageCompareRegister

Namespace:  MediaCy.Addins.ImageCompare
Assembly:  MediaCy.Addins.ImageCompare (in MediaCy.Addins.ImageCompare.dll) Version: 1.0.0.0
Syntax
VB
Public Class Register
	Inherits TwoInputsOneOutputCommand(Of McImageCompareDocument, McImage, McImage)

The Register type exposes the following members.

Constructors
  NameDescription
Public methodRegister
Initializes a new instance of the Register class
Public methodRegister(String)
Initializes a new instance of the Register class
Public methodRegister(McCommand)
Initializes a new instance of the Register class
Top
Properties
  NameDescription
Public propertyAccuracy
Approximation Accuracy defines how accurate the coordinates will be converted for Thin-Plate Spline transform. The lower the value, the more iterative approximation steps are involved. Recommended value is 0.1. The default value is 0 and iterative approximation is disabled.
Public propertyAddToDocument
Add result image into document.
Public propertyClip
Defines the clipping mode. mcwcNoClip - the resulting image emcompass the entire warped AOI, mcwcClip - clip resulting image to match source AOI size, mcwcNoBoundsTransform - image bounds are not transformed (can be used matching two images).
Public propertyDestPoints
Destination points collection.
Public propertyInterpolation
Defines the interpolation method used to generate missing pixels. mcwiNone - use pixel replication, mcwiBilinear - use bilinear interpolation.
Public propertyMethod
Defines the transformation method. mcwmAffine - use a projective affine transform, mcwmNoTilt - disable correction for skewing or perspective, mcwmNoScale - disable correction for scaling, mcwmThinPlateSpline - non-linear elastic warping using thin-plate spline.
Public propertyRegularization
Defines the regularization value mode for Thin-Plate Spline transform. Regularization parameter is a positive value that controls amount of smoothing. When Regularization is 0 (Default) the exact spline interpolation is used (no smoothing).
Public propertySourcePoints
Source points collection.
Public propertyVisible
Defines visibility of the result image.
Top
Methods
  NameDescription
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks