Skip to content

Commit 5490bb1

Browse files
authored
Add filter for box shiny detection. (#1290)
1 parent e5784d7 commit 5490bb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SerialPrograms/Source/PokemonLZA/Inference/Boxes/PokemonLZA_BoxInfoDetector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ bool BoxShinyDetector::detect(const ImageViewRGB32& screen){
6666
{0xff000000, 0xff646464}, // 100
6767
{0xff000000, 0xff8c8c8c}, // 140
6868
{0xff000000, 0xffb4b4b4}, // 180
69+
{0xff000000, 0xffc8c8c8}, // 200
6970
};
7071

7172
const double max_rsmd = 100.0;

0 commit comments

Comments
 (0)