aimsalgo  5.0.5
Neuroimaging image processing
aims::BlobMeasurements Class Reference

#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)
 
BlobMeasurementsoperator= (const BlobMeasurements &other)
 

Public Attributes

float maxIntensity
 
float meanIntensity
 
float maxContrast
 
float meanContrast
 
float area
 
float t
 
float tValue
 

Detailed Description

Definition at line 87 of file greyLevelBlob.h.

Constructor & Destructor Documentation

◆ BlobMeasurements() [1/3]

aims::BlobMeasurements::BlobMeasurements ( )
inline

Definition at line 90 of file greyLevelBlob.h.

◆ BlobMeasurements() [2/3]

aims::BlobMeasurements::BlobMeasurements ( const BlobMeasurements other)
inline

Definition at line 91 of file greyLevelBlob.h.

References area, maxContrast, maxIntensity, meanContrast, meanIntensity, t, and tValue.

◆ BlobMeasurements() [3/3]

aims::BlobMeasurements::BlobMeasurements ( float  maxInt,
float  meanInt,
float  maxCont,
float  meanCont,
float  a,
float  tv = 0.0,
float  tvalue = 0.0 
)
inline

Definition at line 92 of file greyLevelBlob.h.

Member Function Documentation

◆ operator=()

BlobMeasurements & aims::BlobMeasurements::operator= ( const BlobMeasurements other)
inline

Definition at line 272 of file greyLevelBlob.h.

References area, maxContrast, maxIntensity, meanContrast, meanIntensity, t, and tValue.

Member Data Documentation

◆ area

◆ maxContrast

◆ maxIntensity

◆ meanContrast

◆ meanIntensity

◆ t

◆ tValue

float aims::BlobMeasurements::tValue

Definition at line 101 of file greyLevelBlob.h.

Referenced by BlobMeasurements(), and operator=().


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