![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/primalsketch/scaleSpaceBlob.h>
Public Member Functions | |
Bifurcation (char type, float tUp, float tDown) | |
char | Type () |
float | tUp () |
float | tDown () |
float | tMid () |
void | setType (char type) |
void | settUp (float tUp) |
void | settDown (float tDown) |
void | settMid (float tMid) |
void | AddTopBlob (ScaleSpaceBlob< T > *blob) |
void | AddBottomBlob (ScaleSpaceBlob< T > *blob) |
std::list< ScaleSpaceBlob< T > * > | TopBlobs () |
std::list< ScaleSpaceBlob< T > * > | BottomBlobs () |
Protected Attributes | |
char | _type |
std::list< ScaleSpaceBlob< T > * > | topBlobs |
std::list< ScaleSpaceBlob< T > * > | bottomBlobs |
float | _tUp |
float | _tDown |
float | _tMid |
Definition at line 57 of file scaleSpaceBlob.h.
|
inline |
Definition at line 69 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_tDown, aims::Bifurcation< T >::_tMid, and aims::Bifurcation< T >::_tUp.
|
inline |
Definition at line 84 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::bottomBlobs.
Referenced by aims::PrimalSketch< Geom, Text >::ComputePrimalSketch(), and aims::PrimalSketch< Geom, Text >::MatchScaleLevels().
|
inline |
Definition at line 83 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::topBlobs.
Referenced by aims::PrimalSketch< Geom, Text >::ComputePrimalSketch(), and aims::PrimalSketch< Geom, Text >::MatchScaleLevels().
|
inline |
Definition at line 86 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::bottomBlobs.
Referenced by aims::PrimalSketch< Geom, Text >::ComputePrimalSketch().
|
inline |
Definition at line 80 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_tDown, and aims::Bifurcation< T >::tDown().
|
inline |
Definition at line 81 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_tMid, and aims::Bifurcation< T >::tMid().
|
inline |
Definition at line 79 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_tUp, and aims::Bifurcation< T >::tUp().
|
inline |
Definition at line 78 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_type.
Referenced by aims::PrimalSketch< Geom, Text >::ComputePrimalSketch().
|
inline |
Definition at line 76 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_tDown.
Referenced by aims::Bifurcation< T >::settDown().
|
inline |
Definition at line 77 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_tMid.
Referenced by aims::PrimalSketch< Geom, Text >::ComputeBlobMeasurements(), and aims::Bifurcation< T >::settMid().
|
inline |
Definition at line 85 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::topBlobs.
Referenced by aims::PrimalSketch< Geom, Text >::ComputePrimalSketch().
|
inline |
Definition at line 75 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_tUp.
Referenced by aims::Bifurcation< T >::settUp().
|
inline |
Definition at line 74 of file scaleSpaceBlob.h.
References aims::Bifurcation< T >::_type.
|
protected |
Definition at line 64 of file scaleSpaceBlob.h.
Referenced by aims::Bifurcation< T >::Bifurcation(), aims::Bifurcation< T >::settDown(), and aims::Bifurcation< T >::tDown().
|
protected |
Definition at line 65 of file scaleSpaceBlob.h.
Referenced by aims::Bifurcation< T >::Bifurcation(), aims::Bifurcation< T >::settMid(), and aims::Bifurcation< T >::tMid().
|
protected |
Definition at line 63 of file scaleSpaceBlob.h.
Referenced by aims::Bifurcation< T >::Bifurcation(), aims::Bifurcation< T >::settUp(), and aims::Bifurcation< T >::tUp().
|
protected |
Definition at line 60 of file scaleSpaceBlob.h.
Referenced by aims::Bifurcation< T >::setType(), and aims::Bifurcation< T >::Type().
|
protected |
Definition at line 62 of file scaleSpaceBlob.h.
Referenced by aims::Bifurcation< T >::AddBottomBlob(), and aims::Bifurcation< T >::BottomBlobs().
|
protected |
Definition at line 61 of file scaleSpaceBlob.h.
Referenced by aims::Bifurcation< T >::AddTopBlob(), and aims::Bifurcation< T >::TopBlobs().