aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/utils/demo/aoi_2d_scene.json
blob: ac58b63f446c0d4b0fc37e6689ae76eadd837cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"BlueTriangle":[[960, 664], [1113, 971], [806, 971]],
	"RedSquare": {
		"Rectangle": {
			"x": 268,
			"y": 203,
			"width": 308,
			"height": 308
		}
	},
	"GreenCircle": {
		"Circle": {
			"cx": 1497,
			"cy": 356,
			"radius": 153
		}
	}
}