IMcSpatialCalibUnitName Property
|
|
Gets or sets the name of the spatial calibration unit.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxProperty UnitName As String
Get
Set
Property Value
Type:
String
RemarksBy default, the spatial calibration are expressed in pixel units.
Spatial calibrations that are expressed in known physical units should
have the unit specified using the Unit property. For unusual images
where the physical dimensions of the image should be expressed in
non-physical units (e.g. frequency for an FFT image), the units can
be set by name (which will set the unit type to custom, preventing
any conversion to the known physical units such as meters).
See Also