Commit Graph

10 Commits

Author SHA1 Message Date
cb649daa15 refactored BallFinder and live detection demo 2018-06-03 13:45:53 +02:00
79f9b587db Started overall project refactoring
1. Git will now be ignoring files whose names start with `exp_`.
   If you want to do quick experimenting but are not ready to add
   such files to repository, name them starting with `exp_`. For
   example `exp_cool_motion.py`.
2  Use the file `nao_defaults.json` to store the global project
   settings (such as IP address of the robot, or our preferred
   resolution). In your scripts make sure to load the default
   values from that file if needed (i.e. do NOT hard-code any
   configuration in your scripts). `nao_defaults.json` is a file
   with the stable config. If you need to experiment with configs,
   create a file `exp_config.json`.
3. Colorpicker is now a saner tool (you can specify output width, and
   the default IP address of the nao is pulled from the JSON config
   file).
2018-06-03 13:45:53 +02:00
a9029061a0 improvements in color calibration and tracking 2018-06-02 12:10:42 +02:00
cc8589d750 Extended colorpicker to read pictures also
Some minor refactoring on photo capturing script, also.
2018-06-01 20:11:56 +02:00
69b1b137a2 Major refactoring for better usability
1. Created interface classes for reading video streams
   (in imagereaders.py)
2. Created a class for ball detection (for reusability)
3. Reworked colorpicker, now it is possible to choose the mode of
   operation from command line (available are live from Nao, from
   video file or from webcam). It is possible to capture only the
   first image of a stream and work on it. Colorpicker now can save
   the settings on exit or load settings on startup.
2018-05-31 20:23:49 +02:00
Jonas
5a49424c6f changed default values colorpicker 2018-05-31 11:56:27 +02:00
Jonas
d195849fdb modified colorpicker 2018-05-31 11:50:21 +02:00
Jonas
ee8cc7708c modified colorpicker 2018-05-31 11:36:44 +02:00
Jonas
fe2db524bb modified colorpicker - increased resolution - offline image 2018-05-31 11:12:51 +02:00
6d6799d656 Ball search basics 2018-05-27 18:47:16 +02:00