CogCalibNPointToNPointTool PropertiesCognex VisionPro 9.7

The CogCalibNPointToNPointTool type exposes the following members.

Properties

  NameDescription
Public propertyCalibration
Object that defines the calibrated space for calibration. It contains the parameters for computing the space (uncalibrated points, corresponding raw calibrated points, an optional adjustment transform) and a Calibrate method that does the computation.
Public propertyCalibrationImage
If it exists, this image will be displayed in the CurrentRecord of the tool. It is for GUI purposes only and will typically be used to hold an application-specific 'calibration' image. It is not required for running the tool.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventComponentBase.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCurrentRecordEnable
Enable creation of records by bitwise ORing the appropriate CurrentRecordConstants.
Public propertyDataBindings
Gets the data bindings for the tool.
(Inherited from CogToolBase.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFailOnInvalidDataBinding
Specifies that the Run method is to fail if executed while one or more data bindings are invalid.
(Inherited from CogToolBase.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventComponentBase.)
Public propertyInputImage
Image to which a new calibrated coordinate space will be attached. The selected space of this image is the uncalibrated space.
Public propertyLastRunRecordDiagEnable
Enable creation of records by bitwise ORing the appropriate LastRunRecordDiagConstants. These are diagnostic records that may cause the Tool to have a longer execution time.
Public propertyLastRunRecordEnable
Enable creation of records by bitwise ORing the appropriate LastRunRecordConstants.
Public propertyName
Gets or sets the name of the tool.
(Overrides CogToolBase Name.)
Public propertyOutputImage
Output image from the last invocation of the tool's Run method. This image shares the pixels and the coordinate spaces of the input image. Its SelectedSpaceName is controlled by the SpaceToOutput property of the RunParams.
Public propertyRunParams
The runtime parameters for N-point calibration. They include the name of the calibrated space, and an enumeration that specifies the selected space of the calibrated image.
Public propertyRunStatus
Gets general information about the last call to Run.
(Overrides CogToolBase RunStatus.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventComponentBase.)
Public propertyUserData
Gets a CogDictionary object that can be used to store application-specific information.
(Inherited from CogToolBase.)
Top
See Also