Declared in RemoteSensor

Declaration

bool IsGroundObjectDetectable(
    GroundObject obj,
    double objectSizeMeters
);

Description

Returns whether a ground object is detectable by this sensor based on coverage and resolution. An object is detectable if it was observed and the sensor’s resolution at that location is equal to or better (smaller) than the specified object size.

Parameters

NameDescription
objThe ground object to check.
objectSizeMeters[m] The minimum size of the object that needs to be detected.