kimsoohwan / OpenGP

Gaussian Processes in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GP

Gaussian Processes in C++

Required Libraries

  • Boost for shared pointers
  • Eigen for linear algebra
  • Intel MKL for fast linear algebra (optional)

BibTex

@inproceedings{gpmap,
  author={Soohwan Kim and Jonghyuk Kim},
  title={GPmap: A Unified Framework for Robotic Mapping Based on Sparse Gaussian Processes},
  booktitle={International Conference on Field and Service Robots},
  year={2013}}

GitHub Repository

https://github.com/kimsoohwan/OpenGP/

About

Gaussian Processes in C++


Languages

Language:C++ 100.0%Language:C 0.0%