#include <aligner.h>
|
static const string | NAME = "frm2d" |
|
Definition at line 2076 of file aligner.h.
◆ align() [1/2]
Implements EMAN::Aligner.
Definition at line 2082 of file aligner.h.
2084 return align(this_img, to_img,
"frc", Dict());
virtual EMData * align(EMData *this_img, EMData *to_img, const string &cmp_name, const Dict &cmp_params=Dict()) const
To align 'this_img' with another image passed in through its parameters.
References align().
◆ align() [2/2]
virtual EMData * EMAN::FRM2DAligner::align |
( |
EMData * |
this_img, |
|
|
EMData * |
to_img, |
|
|
const string & |
cmp_name, |
|
|
const Dict & |
cmp_params = Dict() |
|
) |
| const |
|
virtual |
To align 'this_img' with another image passed in through its parameters.
The alignment uses a user-given comparison method to compare the two images. If none is given, a default one is used.
- Parameters
-
this_img | The image to be compared. |
to_img | 'this_img" is aligned with 'to_img'. |
cmp_name | The comparison method to compare the two images. |
cmp_params | The parameter dictionary for comparison method. |
- Returns
- The aligned image.
Implements EMAN::Aligner.
Referenced by align().
◆ get_desc()
string EMAN::FRM2DAligner::get_desc |
( |
| ) |
const |
|
inlinevirtual |
Implements EMAN::Aligner.
Definition at line 2092 of file aligner.h.
2094 return "FRM2D uses two rotational parameters and one translational parameter";
◆ get_name()
string EMAN::FRM2DAligner::get_name |
( |
| ) |
const |
|
inlinevirtual |
◆ get_param_types()
virtual TypeDict EMAN::FRM2DAligner::get_param_types |
( |
| ) |
const |
|
inlinevirtual |
◆ NEW()
static Aligner * EMAN::FRM2DAligner::NEW |
( |
| ) |
|
|
inlinestatic |
Definition at line 2097 of file aligner.h.
2099 return new FRM2DAligner();
◆ NAME
const string FRM2DAligner::NAME = "frm2d" |
|
static |
The documentation for this class was generated from the following files: