Skip to content

Commit 4c27af4

Browse files
committed
Further relax RMSD.
1 parent 61c755a commit 4c27af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace{
4040
class BoxCellSelectionArrowMatcher : public ImageMatch::SubObjectTemplateMatcher{
4141
public:
4242
BoxCellSelectionArrowMatcher()
43-
: SubObjectTemplateMatcher("PokemonLZA/SelectionArrowDown.png", 115)
43+
: SubObjectTemplateMatcher("PokemonLZA/SelectionArrowDown.png", 125)
4444
{
4545
// relaxed area ratio upper bound
4646
m_area_ratio_upper = 1.5;

0 commit comments

Comments
 (0)