Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 940 Bytes

README.rst

File metadata and controls

32 lines (24 loc) · 940 Bytes

selectPoly

A simple selecting module with using interactive polygonal points in python You can change input parameters on the functions as you wish (I gave a sample in the scripts)

when you run the code, it shows a figure on your screen and you can move the polygonal point(red dot) holding your mouse click

All functions is modifiable, I just tried to make it useful.

Python Versions and Dependencies

Keyboard usage

  • w save data in the ploygonal points
  • r save current figure
  • i add more polygonal point which closest the cursor
  • d delete polygonal point which closest the cursor
  • t hide/show all polygnal points

Run the sample code (on your terminal)

python sample.py