|
WSF
|
a structure to store cumulative probabilities of detection More...
#include <WsfOpticalSensor.hpp>
Public Member Functions | |
| CumPd (double aSearchPd=1.0, double aReacquirePd=0.0, double aTrackPd=0.0) | |
Public Attributes | |
| double | mSearchPd |
| double | mReacquirePd |
| double | mTrackPd |
a structure to store cumulative probabilities of detection
|
inline |
References mReacquirePd, mSearchPd, and mTrackPd.
| double WsfOpticalSensor::OpticalMode::CumPd::mReacquirePd |
Referenced by WsfOpticalSensor::OpticalMode::ComputeProbabilityOfDetection(), and CumPd().
| double WsfOpticalSensor::OpticalMode::CumPd::mSearchPd |
Referenced by WsfOpticalSensor::OpticalMode::ComputeProbabilityOfDetection(), and CumPd().
| double WsfOpticalSensor::OpticalMode::CumPd::mTrackPd |
Referenced by WsfOpticalSensor::OpticalMode::ComputeProbabilityOfDetection(), and CumPd().