thin out max combo for 8 detection
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
5651389fa9
commit
6270afa926
@ -145,7 +145,7 @@ public class PopnReader extends Reader{
|
|||||||
}break;
|
}break;
|
||||||
case 5:{
|
case 5:{
|
||||||
final ColorRange TARGETCOLOR = new ColorRange(0,10,0,60,240,255);
|
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;
|
final Color FINALCOLOR = Color.MAGENTA;
|
||||||
for (int i=0;i<arr.length;i++) {
|
for (int i=0;i<arr.length;i++) {
|
||||||
Color col = new Color(arr[i],true);
|
Color col = new Color(arr[i],true);
|
||||||
|
BIN
result.png
BIN
result.png
Binary file not shown.
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 204 KiB |
Loading…
x
Reference in New Issue
Block a user