cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
611 stars 198 forks source link

Add the missing polygon functionality #82

Closed neingeist closed 10 years ago

neingeist commented 10 years ago

This changeset adds/finishes the polygon functionality as described in the documentation. The user adds points to a polygon and finishes the polygon with a double click (adding a last point with the click) or by pressing Enter.

For now, it is not possible to change the polygon after creating it.

baeuml commented 10 years ago

Thank you! This closes #13 and #14.

neingeist commented 10 years ago

(Btw, the Travis CI error above is unrelated to the change: https://travis-ci.org/cvhciKIT/sloth/builds/22824829)