McSpatialCalib Interface
|
|
McSpatialCalib associates physical dimensions with the image.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxPublic Interface McSpatialCalib
Inherits IMcSpatialCalib
RemarksMcSpatialCalib defines a physical size for the area represented by a
pixel, allowing features in the image to be measured and the sizes reported
in absolute units such as millimeters, inches, kilometers, etc. Spatial
calibration does not change the image data, only the interpretation of
the size of and distance between pixels.
While separate calibrations can be specified for distances along the X
and Y axes of the image, some measurements (such as area) will only be
completely accurate when the image can be calibrated using a 1:1 aspect
ratio (both axes using the same spatial calibration).
See Also