项目作者: GeoMop

项目描述 :
Python tool for approximate 3d points using Bspline surface
高级语言: Python
项目地址: git://github.com/GeoMop/bapprox.git
创建时间: 2015-10-20T11:00:52Z
项目社区:https://github.com/GeoMop/bapprox

开源协议:

下载


B-Spline Approximator

Build Status
Code Health
Code Climate
Test Coverage

Python tool for approximate 3d points using Bspline surface.

Bapprox screenshot

Requirements

  • Python 2.7
  • Numpy 1.11
  • SciPy 0.18
  • GnuPlot 5.0
  • Python OCC 0.17

How to Run

  1. python ./src/main.py -f ./conf.yaml

How to Test

  1. PYTHONPATH=$PWD/src py.test tests