AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Public Attributes | List of all members
aliceVision::BoxStats< Type > Struct Template Reference

#include <BoxStats.hpp>

Public Member Functions

template<typename DataInputIterator >
 BoxStats (DataInputIterator begin, DataInputIterator end)
 
template<typename DataInputIterator >
void compute (DataInputIterator begin, DataInputIterator end)
 

Public Attributes

Type min {}
 
Type max {}
 
Type mean {}
 
Type median {}
 
Type firstQuartile {}
 
Type thirdQuartile {}
 

Detailed Description

template<typename Type>
struct aliceVision::BoxStats< Type >

Get back the min, mean, median and the max values of an iterable sequence.


The documentation for this struct was generated from the following file: