#include "Core/Vector/VectorSet.h"
#include "Core/Vector/DivAssign.h"
#include "Core/Vector/Sum.h"
#include "Core/Vector/ElemMax.h"
Include dependency graph for HistogramAccumulation.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Vector |
Functions | |
template<class ArrayT> | |
void | Impala::Core::Vector::HistogramAccumulation (VectorSet< ArrayT > *vs, bool doNormalizeHeight, bool doNormalizeWeight, bool *filter) |
Treat vectors as histograms and turn them into cumulative histograms. |