Click or drag to resize

CreateDerivedCalib Class

Create derived calibration for the given lens based on other lens.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.Addins.SystemSettings.CommandsCreateDerivedCalib

Namespace:  MediaCy.Addins.SystemSettings.Commands
Assembly:  MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
Syntax
VB
Public Class CreateDerivedCalib
	Inherits McCommandExtended

The CreateDerivedCalib type exposes the following members.

Constructors
  NameDescription
Public methodCreateDerivedCalib
Initializes a new instance of the CreateDerivedCalib class
Public methodCreateDerivedCalib(McCommand)
Initializes a new instance of the CreateDerivedCalib class
Top
Properties
  NameDescription
Public propertyCalibrationName
Name of the output calibration
Public propertyCameraName
Camera name.
Public propertyInput
Input lens
Public propertyInput2
Base lens that has a valid spatial calibration.
Public propertyOutput
Output spatial calibration.
Top
Methods
  NameDescription
Public methodStatic memberFromLens
Public methodRun
Creates derived calibration
Top
Remarks