#include "Core/Geometry/RectangleSet.h"
#include "Core/Histogram/MakeHistogram1dSet.h"
#include "Core/Histogram/FitWeibullMarginal.h"
Include dependency graph for ComputeWeibull.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::Histogram |
Functions | |
template<class VecElemT, class HistElemT> | |
void | Impala::Core::Histogram::ComputeWeibull (Vector::VectorTem< VecElemT > &v, Vector::VectorTem< HistElemT > hist, HistElemT histLow, HistElemT histHigh, bool storeMu, bool storeA) |
Computes Weibull parameters for given "histogram" and puts them in a vector. | |
template<class VecElemT, class HistElemT> | |
void | Impala::Core::Histogram::ComputeWeibull (Vector::VectorTem< VecElemT > &v, Histogram1dTem< HistElemT > hist, bool storeMu, bool storeA) |
Computes Weibull parameters for given histogram and puts them in a vector. | |
template<class VecElemT, class HistArrayT> | |
void | Impala::Core::Histogram::ComputeWeibull (Vector::VectorTem< VecElemT > &v, Histogram1dSet< HistArrayT > *hSet, bool storeMu, bool storeA) |
Computes Weibull parameters for each histogram in the set and concatenates them into a vector. | |
template<class VecArrayT, class ImArrayT, class HistArrayT> | |
void | Impala::Core::Histogram::ComputeWeibullSet (Vector::VectorSet< VecArrayT > *vSet, Array::ArraySet< ImArrayT > &imSet, const Geometry::RectangleSet &rects, Histogram1dSet< HistArrayT > *hSet, bool storeMu, bool storeA) |
Computes Weibull parameters for each image in the set and concatenates them into a vector, using the given histogram for the intermediate step. |