0 Star 0 Fork 0

Hejiao/SemanticMVS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pcltest.py 213 Bytes
一键复制 编辑 原始数据 按行查看 历史
marcWong 提交于 2020-02-11 20:31 . update readme
import pcl
p = pcl.load('/data1/Dataset/knn/undistorted/0/dense/model_dense.ply')
fil = p.make_statistical_outlier_filter()
fil.set_mean_k (50)
fil.set_std_dev_mul_thresh (1.0)
pcl.save(fil.filter(),"inliers.ply")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/he_jiao/SemanticMVS.git
git@gitee.com:he_jiao/SemanticMVS.git
he_jiao
SemanticMVS
SemanticMVS
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385