#include <glotzutil.h>#include "Cluster.h"Namespaces | |
| namespace | glotzcluster |
Classes | |
| class | glotzcluster::ShapeDescriptor |
| A common interface for all shape descriptors. More... | |
Functions | |
| double | glotzcluster::compute_difference (ShapeDescriptor *, ShapeDescriptor *) |
| Computes the normalized difference between two vector descriptors. | |
| double | glotzcluster::compute_projection (ShapeDescriptor *, ShapeDescriptor *) |
| Computes the normalized projection of one vector descriptor onto another. | |
| double | glotzcluster::compute_difference_raw (ShapeDescriptor *, ShapeDescriptor *) |
| Computes the unnormalized difference between two vector descriptors. | |
| double | glotzcluster::compute_projection_raw (ShapeDescriptor *, ShapeDescriptor *) |
| Computes the unnormalized projection of one vector descriptor onto another. | |
| double | glotzcluster::compute_magnitude (ShapeDescriptor *) |
| Computes the magnitude of a descriptor. | |
1.5.3