我有多个这样的.txt文件
Detected 4
block 0: sig: 1 x: 112 y: 96
block 1: sig: 1 x: 15 y: 110
block 2: sig: 1 x: 112 y: 131
block 3: sig: 1 x: 252 y: 80
我想导入x,y坐标并将其绘制在我没有的白色240 * 300 jpeg图像上。(这意味着我必须创建白色图像)我有1000个以上的txt文件,并且想要为每个txt文件制作绘制的图像。 如果我可以轻松更改地块的大小,那就太好了。
添加
这些多个txt文件来自这样的原始txt文件。
Detected 3
block 0: sig: 1 x: 31 y: 65 width: 62 height: 51 index: 12 age: 58
block 1: sig: 1 x: 187 y: 50 width: 62 height: 6 index: 34 age: 0
block 2: sig: 1 x: 283 y: 105 width: 22 height: 3 index: 32 age: 5
Detected 3
block 0: sig: 1 x: 24 y: 81 width: 48 height: 25 index: 12 age: 59
block 1: sig: 1 x: 152 y: 62 width: 68 height: 12 index: 34 age: 1
block 2: sig: 1 x: 252 y: 80 width: 60 height: 2 index: 32 age: 6
Detected 4
block 0: sig: 1 x: 112 y: 96 width: 60 height: 12 index: 34 age: 2
block 1: sig: 1 x: 15 y: 110 width: 26 height: 11 index: 12 age: 60
block 2: sig: 1 x: 112 y: 131 width: 36 height: 5 index: 38 age: 0
block 3: sig: 1 x: 252 y: 80 width: 60 height: 2 index: 32 age: 7
.
.
.
我只是将其拆分,以使以后更容易引用它们,但我仍然有此原始文件。