zishun / HRBFQI

A fast surface reconstruction method from Hermite points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hermite RBF Quasi-interpolation (HRBFQI)

❗ Note: Please note this is a fork of the official repository.

This is a fast surface reconstruction method from Hermite points, presented in the paper

Shengjun Liu, Charlie C.L. Wang, Guido Brunnett, and Jun Wang, "A closed-form formulation of HRBF-based surface reconstruction by approximate solution", Computer-Aided Design, Special Issue of 2016 Symposium on Solid and Physical Modeling, June 20-24, 2016, Berlin, Germany, vol.78, pp.147-157, September 2016.

Build

C++ Executable

  • Windows + MSVS: use RBFRecon.sln.
  • Linux + Qt Creator: use RBFRecon.pro.
  • Linux + CMake:
    mkdir build && cd build
    cmake .. && make -j9

Python Binding

  • Linux + CMake: requires pybind11
    cd pyHRBFQI
    mkdir build && cd build
    cmake .. && make -j9
    python test_pyHRBFQI.py
  • Windows:

Usage

Please follow ReadMe.txt

About

A fast surface reconstruction method from Hermite points

License:GNU General Public License v3.0


Languages

Language:C++ 71.1%Language:Objective-C 22.4%Language:C 5.5%Language:CMake 0.5%Language:QMake 0.2%Language:Python 0.2%