ImagingDeviceExtensionComputeGroundSampleDistance Method |
Compute the ground sample distance representing a measure of the ability of an imaging sensor to detect a target on the ground.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static double ComputeGroundSampleDistance(
AzimuthElevationRange relativePositionFromTarget,
double focalConstant
)
Public Shared Function ComputeGroundSampleDistance (
relativePositionFromTarget As AzimuthElevationRange,
focalConstant As Double
) As Double
public:
static double ComputeGroundSampleDistance(
AzimuthElevationRange relativePositionFromTarget,
double focalConstant
)
static member ComputeGroundSampleDistance :
relativePositionFromTarget : AzimuthElevationRange *
focalConstant : float -> float
Parameters
- relativePositionFromTarget
- Type: AGI.Foundation.CoordinatesAzimuthElevationRange
The azimuth elevation and range coordinates from the target to the camera. - focalConstant
- Type: SystemDouble
The focal constant of the camera (detector pitch divided by focal length).
Return Value
Type:
DoubleThe value of the ground sample distance.
Remarks See Also