25 #ifndef IMG_ALG_STAT_H
26 #define IMG_ALG_STAT_H
34 namespace ost {
namespace img {
namespace alg {
64 center_of_mass_(0.0,0.0,0.0)
68 template <
typename T,
class D>
69 void VisitState(
const ImageStateImpl<T,D>& isi);
101 typedef ImageStateNonModAlgorithm<StatBase>
Stat;
void SetStandardDeviation(Real s)
DLLEXPORT_IMG_ALG std::ostream & operator<<(std::ostream &o, const Stat &s)
Point GetMinimumPosition() const
#define DLLEXPORT_IMG_ALG
static String GetAlgorithmName()
Real GetRootMeanSquare() const
Real GetStandardDeviation() const
Vec3 GetCenterOfMass() const
ImageStateNonModAlgorithm< StatBase > Stat
class encapsulating 1D to 3D point
Point GetMaximumPosition() const
#define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)