8000 GitHub - lopenguin/point-picker-3d: A simple interface to pick points on a geometry file (e.g. stl, ply, obj, etc.) and to export the coordinates to a csv file.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple interface to pick points on a geometry file (e.g. stl, ply, obj, etc.) and to export the coordinates to a csv file.

License

Notifications You must be signed in to change notification settings

lopenguin/point-picker-3d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple interface to pick points on a geometry file (e.g. stl, ply, obj, etc.) and to export the coordinates to a csv file.

Changes from the original version: - ply files have texture - points are marked by a bigger red marker - points are labeled by their index, and that label is always visible

Installation

First, clone the repo. Then use:

$ pip install -e .

Example Usage

Navigate to the src/point_picker_3d folder. Then use:

>>> python main.py

Mouse/keyboard operations:

  • Rotate: left-click and drag
  • Pan: hold the wheel down and drag
  • Zoom: wheel
  • Pick a point: press P or right click

examples/example_1.PNG

About

A simple interface to pick points on a geometry file (e.g. stl, ply, obj, etc.) and to export the coordinates to a csv file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0