# cython_for_permutohedral_lattice **Repository Path**: xtudbxk/cython_for_permutohedral_lattice ## Basic Information - **Project Name**: cython_for_permutohedral_lattice - **Description**: 使用cython对permutohedral lattice进行的包装,以便在python中即能便利调用,又能运行得与原始c++版差不多快 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### INTRODUCTION This is a cython wrapper for permutohedral lattice algorithm to accelerate the speed in python. ### INSTALL 1. download the git repository `git clone url_of_this_repository` 2. and then change the project name to permutohedral_lattice `mv cython_wrapper_for_permutohedral_lattice permutohedral_lattice` 3. finally, just run install.sh to install the project `cd permutohedral_lattice; ./install.sh` ### USAGE For the usage of this project, please look through main.py file. ### MORE Learn more about permutohedral lattice algorithm, please refering to the paper "[Fast High‐Dimensional Filtering Using the Permutohedral Lattice](https://scholar.google.com/scholar?hl=en&as_sdt=0%2C21&q=Fast+High%E2%80%90Dimensional+Filtering+Using+the+Permutohedral+Lattice&btnG=)"