ReadFramework
|
Typedefs | |
typedef double(* | PixelDistanceFunction )(const QSharedPointer< const Pixel > &px1, const QSharedPointer< const Pixel > &px2) |
Functions | |
double | euclidean (const QSharedPointer< const Pixel > &px1, const QSharedPointer< const Pixel > &px2) |
double | angleWeighted (const QSharedPointer< const Pixel > &px1, const QSharedPointer< const Pixel > &px2) |
typedef double(* rdf::PixelDistance::PixelDistanceFunction)(const QSharedPointer< const Pixel > &px1, const QSharedPointer< const Pixel > &px2) |
double rdf::PixelDistance::angleWeighted | ( | const QSharedPointer< const Pixel > & | px1, |
const QSharedPointer< const Pixel > & | px2 | ||
) |
double rdf::PixelDistance::euclidean | ( | const QSharedPointer< const Pixel > & | px1, |
const QSharedPointer< const Pixel > & | px2 | ||
) |