Changes between Version 12 and Version 13 of json-annotation-format


Ignore:
Timestamp:
Jan 26, 2015, 6:11:28 PM (9 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • json-annotation-format

    v12 v13  
    5252The possible region forms are
    5353  * point (x, y)
    54   * rectangle (x, y, w, h)
     54  * rectangle (x, y, width, height)
    5555  * polygon (coordinates: [list of x,y])
    5656  * linestring (coordinates: [list of x,y])
     
    6868    "x" : 0.0123,
    6969    "y" : 0.345,
    70     "w" : 0.5793,
    71     "h" : 0.734
     70    "width" : 0.5793,
     71    "height" : 0.734
    7272  },
    7373  {