#include <pcl_util.h>
Public Types | |
typedef boost::accumulators::accumulator_set< double, boost::accumulators::stats< boost::accumulators::tag::count, boost::accumulators::tag::mean, boost::accumulators::tag::min, boost::accumulators::tag::max, boost::accumulators::tag::variance > > | Accumulator |
Public Member Functions | |
virtual void | add (double v) |
virtual int | count () |
virtual double | max () |
virtual double | mean () |
virtual double | min () |
virtual double | variance () |
Protected Attributes | |
Accumulator | acc_ |
Definition at line 123 of file pcl_util.h.
typedef boost::accumulators::accumulator_set< double, boost::accumulators::stats<boost::accumulators::tag::count, boost::accumulators::tag::mean, boost::accumulators::tag::min, boost::accumulators::tag::max, boost::accumulators::tag::variance> > jsk_recognition_utils::Counter::Accumulator |
Definition at line 132 of file pcl_util.h.
|
virtual |
Definition at line 103 of file pcl_util.cpp.
|
virtual |
Definition at line 123 of file pcl_util.cpp.
|
virtual |
Definition at line 118 of file pcl_util.cpp.
|
virtual |
Definition at line 108 of file pcl_util.cpp.
|
virtual |
Definition at line 113 of file pcl_util.cpp.
|
virtual |
Definition at line 128 of file pcl_util.cpp.
|
protected |
Definition at line 140 of file pcl_util.h.