![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/primalsketch/greyLevelBlob.h>
Public Member Functions | |
BlobMeasurements () | |
BlobMeasurements (const BlobMeasurements &other) | |
BlobMeasurements (float maxInt, float meanInt, float maxCont, float meanCont, float a, float tv=0.0, float tvalue=0.0) | |
BlobMeasurements & | operator= (const BlobMeasurements &other) |
Public Attributes | |
float | maxIntensity |
float | meanIntensity |
float | maxContrast |
float | meanContrast |
float | area |
float | t |
float | tValue |
Definition at line 92 of file greyLevelBlob.h.
|
inline |
Definition at line 96 of file greyLevelBlob.h.
|
inline |
Definition at line 97 of file greyLevelBlob.h.
References area, maxContrast, maxIntensity, meanContrast, meanIntensity, t, and tValue.
|
inline |
Definition at line 98 of file greyLevelBlob.h.
|
inline |
Definition at line 286 of file greyLevelBlob.h.
References area, maxContrast, maxIntensity, meanContrast, meanIntensity, t, and tValue.
float aims::BlobMeasurements::area |
Definition at line 105 of file greyLevelBlob.h.
Referenced by BlobMeasurements(), aims::ExtractGreyLevelBlobs< Geom, Text >::ComputeBlobMeasurements(), aims::PrimalSketch< Geom, Text >::ComputeBlobMeasurements(), and operator=().
float aims::BlobMeasurements::maxContrast |
Definition at line 103 of file greyLevelBlob.h.
Referenced by BlobMeasurements(), aims::ExtractGreyLevelBlobs< Geom, Text >::ComputeBlobMeasurements(), aims::PrimalSketch< Geom, Text >::ComputeBlobMeasurements(), and operator=().
float aims::BlobMeasurements::maxIntensity |
Definition at line 101 of file greyLevelBlob.h.
Referenced by BlobMeasurements(), aims::ExtractGreyLevelBlobs< Geom, Text >::ComputeBlobMeasurements(), aims::PrimalSketch< Geom, Text >::ComputeBlobMeasurements(), and operator=().
float aims::BlobMeasurements::meanContrast |
Definition at line 104 of file greyLevelBlob.h.
Referenced by BlobMeasurements(), aims::ExtractGreyLevelBlobs< Geom, Text >::ComputeBlobMeasurements(), aims::PrimalSketch< Geom, Text >::ComputeBlobMeasurements(), and operator=().
float aims::BlobMeasurements::meanIntensity |
Definition at line 102 of file greyLevelBlob.h.
Referenced by BlobMeasurements(), aims::ExtractGreyLevelBlobs< Geom, Text >::ComputeBlobMeasurements(), aims::PrimalSketch< Geom, Text >::ComputeBlobMeasurements(), and operator=().
float aims::BlobMeasurements::t |
Definition at line 106 of file greyLevelBlob.h.
Referenced by BlobMeasurements(), aims::ExtractGreyLevelBlobs< Geom, Text >::ComputeBlobMeasurements(), aims::PrimalSketch< Geom, Text >::ComputeBlobMeasurements(), and operator=().
float aims::BlobMeasurements::tValue |
Definition at line 107 of file greyLevelBlob.h.
Referenced by BlobMeasurements(), and operator=().