TimeCostPedestrianDensity

TimeCostPedestrianDensity is a time cost function for the pedestrian density that uses image processing filters. The function is for the purpose of navigation around groups. 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: gaussianCalculator [IGaussianFilter]

the image processing filter.


Field: timeCostFunction [ITimeCostFunction]

the decorator that will be uesed by this decorator.


Field: heighestDensity [double]

the radius for the measurement .


Field: topography [Topography]

---


Field: runtime [long]

---


Field: logger [Logger]

only for logging informations.


Field: updateCount [int]

---