├── Traffic_Detection_Estimation_Theory.pdf ├── addModel.m ├── centroidMatching.m ├── colorBox.m ├── connectedComponentCleanup.m ├── findNewLabel.m ├── foregroundEstimation.m ├── hungarian.m ├── initColorBoxes.m ├── initMatch.m ├── justCarsTrim.avi ├── matchingCriterion.m ├── matchingCriterionProb.m ├── particleMeasureUpdate.m ├── particleTimeUpdate.m ├── readMe.txt ├── removeModel.m ├── segmentBackground.m ├── vehicleTracking.m └── vehicleTrackingParticle.m /Traffic_Detection_Estimation_Theory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/Traffic_Detection_Estimation_Theory.pdf -------------------------------------------------------------------------------- /addModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/addModel.m -------------------------------------------------------------------------------- /centroidMatching.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/centroidMatching.m -------------------------------------------------------------------------------- /colorBox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/colorBox.m -------------------------------------------------------------------------------- /connectedComponentCleanup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/connectedComponentCleanup.m -------------------------------------------------------------------------------- /findNewLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/findNewLabel.m -------------------------------------------------------------------------------- /foregroundEstimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/foregroundEstimation.m -------------------------------------------------------------------------------- /hungarian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/hungarian.m -------------------------------------------------------------------------------- /initColorBoxes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/initColorBoxes.m -------------------------------------------------------------------------------- /initMatch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/initMatch.m -------------------------------------------------------------------------------- /justCarsTrim.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/justCarsTrim.avi -------------------------------------------------------------------------------- /matchingCriterion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/matchingCriterion.m -------------------------------------------------------------------------------- /matchingCriterionProb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/matchingCriterionProb.m -------------------------------------------------------------------------------- /particleMeasureUpdate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/particleMeasureUpdate.m -------------------------------------------------------------------------------- /particleTimeUpdate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/particleTimeUpdate.m -------------------------------------------------------------------------------- /readMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/readMe.txt -------------------------------------------------------------------------------- /removeModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/removeModel.m -------------------------------------------------------------------------------- /segmentBackground.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/segmentBackground.m -------------------------------------------------------------------------------- /vehicleTracking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/vehicleTracking.m -------------------------------------------------------------------------------- /vehicleTrackingParticle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ab39826/TrafficDetection/HEAD/vehicleTrackingParticle.m --------------------------------------------------------------------------------