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 d2b005e commit 51e6943Copy full SHA for 51e6943
SerialPrograms/Source/Pokemon/Inference/Pokemon_ReadHpBar.cpp
@@ -22,9 +22,8 @@ double read_hp_bar_internal(const ImageViewRGB32& image){
22
size_t height = image.height();
23
size_t area = width * height;
24
25
- // REMOVE
26
- static int i = 0;
27
- image.save("test-" + std::to_string(++i) + ".png");
+// static int i = 0;
+// image.save("test-" + std::to_string(++i) + ".png");
28
// cout << "start: " << i << endl;
29
30
ImageStats stats;
0 commit comments