yogeshkarpate / pilab-annotator

Automatically exported from code.google.com/p/pilab-annotator
0 stars 0 forks source link

Kaydetme (xml olarak) #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
-

Original issue reported on code.google.com by ariismail on 13 May 2010 at 12:05

GoogleCodeExporter commented 8 years ago
XML formatımız: 

<?xml version="1.0" encoding="UTF-8" ?>
<annotation type="points" count="int">
    <![CDATA[ x1, y1, 
              x2, y2, 
              ... ]]>
</annotation>
<annotation type="rectangle" count="int">
    <![CDATA[ minx1, miny1, maxx1, maxy1, 
              minx2, miny2, maxx2, maxy2, 
              ...]]>
</annotation>

Original comment by ariismail on 12 Oct 2010 at 9:41

GoogleCodeExporter commented 8 years ago
<?xml version="1.0" encoding="UTF-8" ?>
<annotation>
<objects type="points" count="int">
    <![CDATA[ x1, y1, 
              x2, y2, 
              ... ]]>
</objects>
<objects type="rectangle" count="int">
    <![CDATA[ minx1, miny1, maxx1, maxy1, 
              minx2, miny2, maxx2, maxy2, 
              ...]]>
</objects>
</annotation>

Original comment by ariismail on 19 Oct 2010 at 9:05