TimeCostPedestrianDensityQueuing

TimeCostPedestrianDensityQueuing is a time cost function for the pedestrian density that uses image processing filters. The function is for the purpose queuing. The measurement with a loading is done by the PedestrianGaussianFilter that uses the javaCV library. This has to be done for every simulation step.


Field: logger [Logger]

only for logging.


Field: highestCost [double]

---


Field: queueWidthFactor [double]

---


Field: runtime [long]

---


Field: gaussianCalculator [IGaussianFilter]

the image processing filter to measure the weighted density.


Field: EPSILON [double]

---


Field: timeCostFunction [ITimeCostFunction]

the decorator that is used by this decorator.