#include <GenericRegistrationFilter.h>
Public Attributes | |
bool | _DefaultSign |
Whether to use default sign of similarity. | |
SimilarityMeasure | _Measure |
Type of similarity measure. | |
string | _Name |
Name of similarity term. | |
int | _SourceIndex |
Index of source image. | |
TransformationInfo | _SourceTransformation |
Source transformation identifier. | |
int | _TargetIndex |
Index of target image. | |
TransformationInfo | _TargetTransformation |
Target transformation identifier. | |
double | _Weight |
Weight of similarity term. | |
Structure storing information of a used image similarity term parsed from the registration energy function string
Definition at line 151 of file GenericRegistrationFilter.h.