We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c755a commit 4c27af4Copy full SHA for 4c27af4
SerialPrograms/Source/PokemonLZA/Inference/Boxes/PokemonLZA_BoxDetection.cpp
@@ -40,7 +40,7 @@ namespace{
40
class BoxCellSelectionArrowMatcher : public ImageMatch::SubObjectTemplateMatcher{
41
public:
42
BoxCellSelectionArrowMatcher()
43
- : SubObjectTemplateMatcher("PokemonLZA/SelectionArrowDown.png", 115)
+ : SubObjectTemplateMatcher("PokemonLZA/SelectionArrowDown.png", 125)
44
{
45
// relaxed area ratio upper bound
46
m_area_ratio_upper = 1.5;
0 commit comments