点云技术相关产学研社区

 找回密码
 立即注册加入PCL中国点云技术相关产学研社区

扫一扫,访问微社区

查看: 2402|回复: 1

PCL中有没有可以求概率或是求平均值的模块?

[复制链接]
发表于 2015-6-16 20:41:35 | 显示全部楼层 |阅读模式
PCL中有没有可以求概率或是求平均值的模块?
回复

使用道具 举报

发表于 2015-7-5 10:44:05 | 显示全部楼层
本帖最后由 glmhit 于 2015-7-5 10:46 编辑

pcl_common模块的
  1. pcl::getMeanStd (const std::vector< float > &values, double &mean, double &stddev)
复制代码
  1. <div class="blockcode"><blockquote>Compute both the mean and the standard deviation of an array of values.

  2. Parameters
  3. values        the array of values
  4. mean        the resultant mean of the distribution
  5. stddev        the resultant standard deviation of the distribution
  6. Definition at line 71 of file common.hpp.
复制代码
回复 支持 反对

使用道具 举报

本版积分规则

QQ|小黑屋|点云技术相关产学研社区 ( 陕ICP备13001629号 )

GMT+8, 2024-5-2 15:35 , Processed in 1.705908 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表