Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/Component/RightActivity/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class RightActivityAssets:
# description
I_RA_CLOSE = RuleImage(roi_front=(1256,123,23,44), roi_back=(1256,123,23,44), threshold=0.8, method="Template matching", file="./tasks/Component/RightActivity/ra/ra_ra_close.png")
# description
I_TOGGLE_BUTTON = RuleImage(roi_front=(1193,463,27,25), roi_back=(1169,146,73,403), threshold=0.8, method="Template matching", file="./tasks/Component/RightActivity/ra/as_toggle_button.png")
I_TOGGLE_BUTTON = RuleImage(roi_front=(1194,530,21,23), roi_back=(1169,120,73,460), threshold=0.8, method="Template matching", file="./tasks/Component/RightActivity/ra/as_toggle_button.png")


Binary file modified tasks/Component/RightActivity/ra/as_toggle_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tasks/Component/RightActivity/ra/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
{
"itemName": "toggle_button",
"imageName": "as_toggle_button.png",
"roiFront": "1193,463,27,25",
"roiBack": "1169,146,73,403",
"roiFront": "1194,530,21,23",
"roiBack": "1169,120,73,460",
"method": "Template matching",
"threshold": 0.8,
"description": "description"
Expand Down