Giter VIP home page Giter VIP logo

pygptoolbox's Introduction

PyGPToolbox

PyGPToolbox - A python geometry processing toolbox

This is a toolbox of python functions for geometry processing. This toolbox contains only straight python scripts (.py) and only depends on standard python libraries. As the scripts were written for research purposes only, they have not been tested, documented, optimized to the degree that would be advisable in any important application. All use of these programs is entirely at the user's own risk.

Installation

Simply adding the "PyGPToolbox/src" directory to your include path and importing desired functions. For example,

import sys
sys.path.append('/path/to/PyGPToolbox/src')
from [functionName] import *

Main dependencies:

  • numpy
  • scipy
  • libigl (python)
  • mayavi
  • matplotlib

Optional dependencies:

Few scripts depend on other fantastic libraries. If you do not have these libraries, you can still run most of the scripts.

  • PyAMG

Demos:

To run the demo code, simply go to the "PyGPToolbox/src" folder and run the demo. For example:
cd /path/to/PyGPToolbox/src
python [demo_functionName]

Here we show few demos using the functions in this PyGPToolbox

  • Wave Kernel Signatures [Aubry 11], Heat Kernel Signatures [Sun 09] (demo_kernelSignatures.py)

  • Implicit Mean Curvature Flow [Desbrun 99], Conformal Mean Curvature Flow [Kazhdan 12] (demo_implicitMeanCurvatureFlow.py)

  • Stein Variational Gradient Descent [Liu 16] (demo_SteinVariationalGradientDescent.py)

Contact us:

This toolbox is still in development by Hsueh-Ti Derek Liu and has been benefited from members of the Dynamic Graphics Project at University of Toronto. If you have any question or are intersted in contributing, please contact Hsueh-Ti Derek Liu ([email protected]).

pygptoolbox's People

Stargazers

 avatar MSTIFIY avatar qifengle avatar

Watchers

James Cloos avatar Octavio Arriaga avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.