![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
#include <aims/primalsketch/primalSketch2graph.h>

Public Member Functions | |
| Primalsketch2graph (PrimalSketch< Geom, Text > *primalSketch) | |
| ~Primalsketch2graph () | |
| void | setMotion (const Motion &m) |
| void | DoIt () |
| void | SortBlobs () |
| Graph * | GetGraph () |
Protected Types | |
| typedef SiteType< Geom >::type | Site |
| typedef TexType< Text >::type | Val |
Protected Attributes | |
| PrimalSketch< Geom, Text > * | _primalSketch |
| Graph * | _graph |
| Motion * | _motion |
| std::map< int, int > | sortedLabels |
Definition at line 77 of file primalSketch2graph.h.
|
protected |
Definition at line 81 of file primalSketch2graph.h.
|
protected |
Definition at line 82 of file primalSketch2graph.h.
|
inline |
Definition at line 97 of file primalSketch2graph.h.
References _graph, _motion, _primalSketch, and aims::PrimalSketch< Geom, Text >::BifurcationList().
|
inline |
Definition at line 103 of file primalSketch2graph.h.
References _motion.
| void aims::Primalsketch2graph< Geom, Text >::DoIt | ( | ) |
Definition at line 149 of file primalSketch2graph.h.
References _graph, _motion, _primalSketch, aims::AddBlobsToPSGraph(), aims::GreyLevelBlobTools< T >::Barycenter(), aims::GreyLevelBlobTools< T >::Boundingbox(), aims::IMAGE, SortBlobs(), sortedLabels, and aims::SURFACE.
|
inline |
Definition at line 118 of file primalSketch2graph.h.
References _graph.
|
inline |
Definition at line 107 of file primalSketch2graph.h.
References _motion.
| void aims::Primalsketch2graph< Geom, Text >::SortBlobs | ( | ) |
Definition at line 127 of file primalSketch2graph.h.
References _primalSketch, and sortedLabels.
Referenced by DoIt().
|
protected |
Definition at line 85 of file primalSketch2graph.h.
Referenced by DoIt(), GetGraph(), and Primalsketch2graph().
|
protected |
Definition at line 86 of file primalSketch2graph.h.
Referenced by DoIt(), Primalsketch2graph(), setMotion(), and ~Primalsketch2graph().
|
protected |
Definition at line 84 of file primalSketch2graph.h.
Referenced by DoIt(), Primalsketch2graph(), and SortBlobs().
|
protected |
Definition at line 93 of file primalSketch2graph.h.
Referenced by DoIt(), and SortBlobs().