Mercurial > hg > nsaunier > traffic-intelligence
comparison python/storage.py @ 536:95276d310972
renamed TrackingParameters to ProcessParameters
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 02 Jul 2014 11:35:05 -0400 |
| parents | 37830a831818 |
| children | 6c264b914846 |
comparison
equal
deleted
inserted
replaced
| 535:5ad2f51ae42f | 536:95276d310972 |
|---|---|
| 555 | 555 |
| 556 ######################### | 556 ######################### |
| 557 # Utils to read .ini type text files for configuration, meta data... | 557 # Utils to read .ini type text files for configuration, meta data... |
| 558 ######################### | 558 ######################### |
| 559 | 559 |
| 560 class TrackingParameters: | 560 class ProcessParameters: |
| 561 '''Class for tracking and safety parameters | 561 '''Class for all parameters controlling data processing: input, method parameters, etc. for tracking, classification and safety |
| 562 | 562 |
| 563 Note: framerate is already taken into account''' | 563 Note: framerate is already taken into account''' |
| 564 | 564 |
| 565 def loadConfigFile(self, filename): | 565 def loadConfigFile(self, filename): |
| 566 from ConfigParser import ConfigParser | 566 from ConfigParser import ConfigParser |
