aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/utils/demo/aoi_2d_scene.json
blob: 76ff1bcd2088fd93618de9d90910c2f5fabf2a1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"BlueTriangle":[[602, 415], [697, 607], [506, 607]],
	"RedSquare": {
		"Rectangle": {
			"x": 170,
			"y": 127,
			"width": 191,
			"height": 191
		}
	},
	"GreenCircle": {
		"Circle": {
			"cx": 937,
			"cy": 223,
			"radius": 95
		}
	}
}