Click or drag to resize

ImagingDeviceExtension Constructor (Double, Double)

Construct a new instance based on imaging parameters.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ImagingDeviceExtension(
	double focalLength,
	double detectorPitch
)

Parameters

focalLength
Type: SystemDouble
The focal length of the device.
detectorPitch
Type: SystemDouble
The detector pitch of the device.
See Also