![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|


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... | |
| enum AimsCurvatureType |
The different 3D curvature types.
| Enumerator | |
|---|---|
| AIMS_GAUSSIAN_CURVATURE | |
| AIMS_MEAN_CURVATURE | |
Definition at line 43 of file curv3Diso.h.
|
inline |
3D curvature functions on an intensity image f(x,y,z) = I
Definition at line 60 of file curv3Diso.h.
References AIMS_GAUSSIAN_CURVATURE, AIMS_MEAN_CURVATURE, ASSERT, aims::Border::borderWidth(), cube(), AimsData< T >::dimT(), AimsData< T >::dimX(), AimsData< T >::dimY(), AimsData< T >::dimZ(), AimsData< T >::fillBorder(), AimsData< T >::sizeX(), AimsData< T >::sizeY(), and AimsData< T >::sizeZ().