thin out max combo for 8 detection

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
sigonasr2, Sig, Sigo 2 years ago
parent 5651389fa9
commit 6270afa926
  1. 2
      readers/PopnReader.java
  2. BIN
      result.png

@ -145,7 +145,7 @@ public class PopnReader extends Reader{
}break;
case 5:{
final ColorRange TARGETCOLOR = new ColorRange(0,10,0,60,240,255);
final ColorRange SEEKINGCOLOR = new ColorRange(0,80,0,140,240,255);
final ColorRange SEEKINGCOLOR = new ColorRange(0,20,0,100,240,255);
final Color FINALCOLOR = Color.MAGENTA;
for (int i=0;i<arr.length;i++) {
Color col = new Color(arr[i],true);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 204 KiB

Loading…
Cancel
Save