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.2.419.0 (24.2.419.0)
Syntax public ImagingDeviceExtension(
double focalLength,
double detectorPitch
)
Public Sub New (
focalLength As Double,
detectorPitch As Double
)
public:
ImagingDeviceExtension(
double focalLength,
double detectorPitch
)
new :
focalLength : float *
detectorPitch : float -> ImagingDeviceExtension
Parameters
- focalLength
- Type: SystemDouble
The focal length of the device. - detectorPitch
- Type: SystemDouble
The detector pitch of the device.
See Also