Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 598 Bytes

File metadata and controls

19 lines (13 loc) · 598 Bytes

#PyQt Image Viewer

##What can PyQt Image Viewer do

  • view image
  • draw rectangles and polygons to mark image, it can be used as annotation tool.

##Environment I develop the tool in MAC OSX 10.11 with Python3.5, PyQt5 is also required.

##Useage ###Rectangle Click the left mouse button to draw two points, click the right mouse button to get a rectangle.

###Polygon Click the left mouse button to draw points and edges, click the right mouse button to draw the last edge of the polygon.

#License

The PyQt Image Viewer is released under the BSD License (refer to the LICENSE file for details).