# plane_descriptor **Repository Path**: liyunxin_codinghub/plane_descriptor ## Basic Information - **Project Name**: plane_descriptor - **Description**: 计算平面对象周边分布特征(OVDF) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-08 - **Last Updated**: 2020-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 匹配提取平面 提取平面通过[ransac_planes](https://gitee.com/liyunxin_codinghub/ransac_plane)程序获取, ==>编译安装: ```shell git clone https://gitee.com/liyunxin_codinghub/plane_descriptor.git cd to plane_descriptor directory mkdir build && cd build cmake .. && make -j12 && sudo make install ``` 使用: ![](plane_descriptor_help.png)