diff --git a/methods/Method_D.cpp b/methods/Method_D.cpp index 0597fd0014fb9e0a7ead6869177ec715b6cf3cf8..6fd827bd8c486d697ed4bde5cc9779b0f79fe364 100644 --- a/methods/Method_D.cpp +++ b/methods/Method_D.cpp @@ -138,7 +138,7 @@ bool Method_D::Process (const PedData& peddata,const fs::path& scriptsLocation, } vector<int> ids=_peds_t[frameNr]; vector<int> IdInFrame = peddata.GetIdInFrame(frameNr, ids, zPos_measureArea); - // vector<int> RealIdInFrame = peddata.GetRealIdInFrame(frameNr, ids, zPos_measureArea); + vector<double> XInFrame = peddata.GetXInFrame(frameNr, ids, zPos_measureArea); vector<double> YInFrame = peddata.GetYInFrame(frameNr, ids, zPos_measureArea); vector<double> VInFrame = peddata.GetVInFrame(frameNr, ids, zPos_measureArea); //vector int to_remove