libcrn
3.9.5
A document image processing library
|
Go to the source code of this file.
Classes | |
class | crn::Real |
Interface class for the metric real number class. More... | |
struct | crn::IsSerializable< Real > |
struct | crn::IsClonable< Real > |
struct | crn::IsMetric< Real > |
Namespaces | |
crn | |
Functions | |
double | crn::Distance (const Real &r1, const Real &r2) noexcept |
crn::Real | operator+ (crn::Real r1, const crn::Real &r2) noexcept |
crn::Real | operator- (crn::Real r1, const crn::Real &r2) noexcept |
crn::Real | operator* (crn::Real r1, const crn::Real &r2) noexcept |
crn::Real | operator/ (crn::Real r1, const crn::Real &r2) noexcept |