Skip to content

Commit aaadcf2

Browse files
author
Gin
committed
Fix missed dialog detection
1 parent 8b96bdd commit aaadcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Inference/PokemonLZA_DialogDetector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class DialogBlackArrowMatcher : public ImageMatch::WaterfillTemplateMatcher{
5454
)
5555
{
5656
m_aspect_ratio_lower = 0.9;
57-
m_aspect_ratio_upper = 1.1;
57+
m_aspect_ratio_upper = 1.2;
5858
m_area_ratio_lower = 0.83;
5959
m_area_ratio_upper = 1.1;
6060
}

0 commit comments

Comments
 (0)