File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SerialPrograms/Source/PokemonSV/Inference/Picnics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class SandwichCondimentMatcher : public ImageMatch::CroppedImageDictionaryMatche
133133
134134class SandwichFillingOCR : public OCR ::SmallDictionaryMatcher{
135135public:
136- static constexpr double MAX_LOG10P = -2.0 ;
136+ static constexpr double MAX_LOG10P = -1.5 ;
137137 static constexpr double MAX_LOG10P_SPREAD = 0.5 ;
138138
139139public:
@@ -152,7 +152,7 @@ class SandwichFillingOCR : public OCR::SmallDictionaryMatcher{
152152};
153153class SandwichCondimentOCR : public OCR ::SmallDictionaryMatcher{
154154public:
155- static constexpr double MAX_LOG10P = -2.0 ;
155+ static constexpr double MAX_LOG10P = -1.5 ;
156156 static constexpr double MAX_LOG10P_SPREAD = 0.5 ;
157157
158158public:
You can’t perform that action at this time.
0 commit comments