libcrn
3.9.5
A document image processing library
|
#include <CRNString.h>
#include <CRNStatistics/CRNHistogramPtr.h>
#include <CRNImage/CRNImageFormats.h>
#include <cmath>
Go to the source code of this file.
Classes | |
class | crn::Histogram |
Mother class for integer histograms. More... | |
struct | crn::IsSerializable< Histogram > |
struct | crn::IsClonable< Histogram > |
struct | crn::IsMetric< Histogram > |
Namespaces | |
crn | |
Functions | |
double | crn::Distance (const Histogram &h1, const Histogram &h2) |
size_t | crn::Size (const Histogram &h) noexcept |
Size of an histogram. More... | |