1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/doc
George Psimenos 01f2a5f412 Implemented visual state detection functionality for revent workloads
- Added statedetect.py in utils which is a standalone module that
    contains all the methods needed for state detection

  - Modified the setup() and run() methods of the GameWorkload class
    in common/android/workload.py to have a parameter that enables
    state checks and run the check after setup and run if requested.

State detection uses the template matching method available in
OpenCV to determine the state of the workload by detecting
predefined unique elements on a screenshot from the device.
2016-08-05 10:09:18 +01:00
..
source Implemented visual state detection functionality for revent workloads 2016-08-05 10:09:18 +01:00
build_extension_docs.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
build_instrumentation_method_map.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
Makefile Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00