ut-ras / r5-2019

Region 5 2018-2019
MIT License
5 stars 0 forks source link

Added tester, and refactored db_scan to use new tester #35

Closed thetianshuhuang closed 5 years ago

thetianshuhuang commented 5 years ago

Description

Added new vision system tester, and refactored db_scan to use the new tester.

API Changes

Run the tester with python tester.py.

Arguments
---------
[0] module         : name of module to load
[1] target         : name of file to load from that module's test folder

Keyword Arguments
-----------------
General:
- stats=20         : number of profile stats; if 0, none are printed
DBScan:
- r=3              : ball radius to use
- d=8              : ball density to use
- option=single    : single or separate

Examples
--------
python tester.py db_scan 1.png r=3 d=5