Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::MinimumSpanningTree Class Reference

Minimum spanning three algorithm. More...

#include <MinimumSpanningTree.hpp>

Collaboration diagram for Bial::MinimumSpanningTree:
Collaboration graph

Static Public Member Functions

template<template< class D > class C, class D >
static void MST (const Feature< D > &feature, C< D > &distance_map, C< int > &predecessor_map)
 Computes the minimum spanning tree for the vectors in the given feature space. It returns the predecessors and arc lengths in predecessor_map and distance_map, respectively. More...
 

Detailed Description

Minimum spanning three algorithm.

Definition at line 29 of file MinimumSpanningTree.hpp.

Member Function Documentation

template<template< class D > class C, class D >
static void Bial::MinimumSpanningTree::MST ( const Feature< D > &  feature,
C< D > &  distance_map,
C< int > &  predecessor_map 
)
static

Computes the minimum spanning tree for the vectors in the given feature space. It returns the predecessors and arc lengths in predecessor_map and distance_map, respectively.

Date
2013/Sep/04
Parameters
featureA feature vector whose space will be used to compute the MST.
distance_mapResulting distance map.
predecessor_mapResulting predecessor_map.
Returns
none.
Warning
Working for T1 images.

The documentation for this class was generated from the following file: