Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ bool BoxShinyDetector::detect(const ImageViewRGB32& screen){
{0xff000000, 0xff646464}, // 100
{0xff000000, 0xff8c8c8c}, // 140
{0xff000000, 0xffb4b4b4}, // 180
{0xff000000, 0xffc8c8c8}, // 200
};

const double max_rsmd = 100.0;
Expand Down
Loading