NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Enumerations | Functions
NiftyRegCommon.h File Reference
Include dependency graph for NiftyRegCommon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  InterpolationType { UNSET_INTERPOLATION = 0, NEAREST_INTERPOLATION = 1, LINEAR_INTERPOLATION = 2, CUBIC_INTERPOLATION = 3 }
 Codes for interpolation type. More...
 
enum  SimilarityType { UNSET_SIMILARITY = 0, NMI_SIMILARITY = 1, SSD_SIMILARITY = 2, KLDIV_SIMILARITY = 3 }
 Codes for similarity measure type. More...
 
enum  AffineRegistrationType { UNSET_TRANSFORMATION = 0, RIGID_ONLY = 1, RIGID_THEN_AFFINE = 2, DIRECT_AFFINE = 3 }
 Codes for affine registration type. More...
 

Functions

mat44 mat44_transpose (mat44 in)
 

Enumeration Type Documentation

Codes for affine registration type.

Enumerator
UNSET_TRANSFORMATION 
RIGID_ONLY 
RIGID_THEN_AFFINE 
DIRECT_AFFINE 

Codes for interpolation type.

Enumerator
UNSET_INTERPOLATION 
NEAREST_INTERPOLATION 
LINEAR_INTERPOLATION 
CUBIC_INTERPOLATION 

Codes for similarity measure type.

Enumerator
UNSET_SIMILARITY 
NMI_SIMILARITY 
SSD_SIMILARITY 
KLDIV_SIMILARITY 

Function Documentation

mat44 mat44_transpose ( mat44  in)