aimsalgo  5.0.5
Neuroimaging image processing
curv3Diso.h File Reference
Include dependency graph for curv3Diso.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  AimsCurvatureType { AIMS_GAUSSIAN_CURVATURE, AIMS_MEAN_CURVATURE }
 The different 3D curvature types. More...
 

Functions

template<class T >
AimsData< float > AimsIsoIntensityCurvature3D (const AimsData< T > &vol, AimsCurvatureType type=AIMS_MEAN_CURVATURE)
 3D curvature functions on an intensity image f(x,y,z) = I More...
 

Enumeration Type Documentation

◆ AimsCurvatureType

The different 3D curvature types.

Enumerator
AIMS_GAUSSIAN_CURVATURE 
AIMS_MEAN_CURVATURE 

Definition at line 43 of file curv3Diso.h.

Function Documentation

◆ AimsIsoIntensityCurvature3D()

template<class T >
AimsData< float > AimsIsoIntensityCurvature3D ( const AimsData< T > &  vol,
AimsCurvatureType  type = AIMS_MEAN_CURVATURE 
)
inline