20std::string excludeMethodStr(
int method )
25 return "excludePixel";
27 return "excludeAngle";
34int excludeMethodFmStr(
const std::string &method )
36 if( method ==
"excludeNone" )
38 else if( method ==
"excludePixel" )
40 else if( method ==
"excludeAngle" )
42 else if( method ==
"excludeImno" )
48std::string includeMethodStr(
int method )
57 return "includeAngle";
64int includeMethodFmStr(
const std::string &method )
66 if( method ==
"includeAll" )
68 else if( method ==
"includeCorr" )
70 else if( method ==
"includeTime" )
72 else if( method ==
"includeAngle" )
74 else if( method ==
"includeImno" )
81template <
typename realT>
84template struct KLIPreduction<float, ADIDerotator<float>,
float>;
85template struct KLIPreduction<float, ADIDerotator<float>,
double>;
86template struct KLIPreduction<double, ADIDerotator<double>,
double>;
Defines a generic ADI derotator class.
Declarations and definitions for an implementation of the Karhunen-Loeve Image Processing (KLIP) algo...
@ includeImno
include images which are closest in imno to the target
@ includeTime
include images which are closest in time to the target
@ includeAngle
include images which are closest in angle to the target
@ includeAll
include all images
@ includeCorr
include images which are most correlated with the target
@ excludePixel
Exclude by pixels of rotation.
@ excludeAngle
Exclude by angle of roration.
@ excludeImno
Exclude by number of images.
@ excludeNone
Exclude no images.