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 32d43b6 commit af10ce2Copy full SHA for af10ce2
SerialPrograms/Source/PokemonSV/Inference/Dialogs/PokemonSV_DialogDetector.cpp
@@ -66,7 +66,7 @@ bool DialogBoxDetector::detect(const ImageViewRGB32& screen) const{
66
67
ImageStats stats_border_bot = image_stats(extract_box_reference(screen, m_border_bot));
68
// cout << stats_border_bot.average << stats_border_bot.stddev << endl;
69
- if (stats_border_bot.stddev.sum() < 100){
+ if (stats_border_bot.stddev.sum() < 50){
70
return !m_true_if_detected;
71
}
72
0 commit comments