Files
sloth/examples/example1_labels.json
T
Mika Fischer 20ad715411 Add new PropertyEditor to replace ButtonArea
Basic functionality working, some things are left to do.

This also fixes the Layout issues with the ButtonArea
2011-06-28 10:48:38 +02:00

36 lines
772 B
JSON

[
{
"type": "image",
"annotations": [
{
"height": 60.0,
"width": 46.0,
"y": 105.0,
"x": 346.0,
"type": "rect",
"class": "Face"
},
{
"height": 58.0,
"width": 56.0,
"y": 119.0,
"x": 636.0,
"type": "rect",
"class": "Face"
}
],
"filename": "image1.jpg"
},
{
"type": "image",
"annotations": [
{
"y": 155.0,
"x": 409.0,
"type": "point"
}
],
"filename": "image2.jpg"
}
]