rotational alignment assuming centers are correct
More...
#include <aligner.h>
|
static const string | NAME = "rotate_precenter" |
|
rotational alignment assuming centers are correct
Definition at line 410 of file aligner.h.
◆ align() [1/2]
virtual EMData * EMAN::RotatePrecenterAligner::align |
( |
EMData * |
this_img, |
|
|
EMData * |
to_img |
|
) |
| const |
|
inlinevirtual |
Implements EMAN::Aligner.
Definition at line 416 of file aligner.h.
418 return align(this_img, to_img,
"dot", Dict());
virtual EMData * align(EMData *this_img, EMData *to_img, const string &cmp_name="dot", 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::RotatePrecenterAligner::align |
( |
EMData * |
this_img, |
|
|
EMData * |
to_img, |
|
|
const string & |
cmp_name = "dot" , |
|
|
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()
virtual string EMAN::RotatePrecenterAligner::get_desc |
( |
| ) |
const |
|
inlinevirtual |
Implements EMAN::Aligner.
Definition at line 426 of file aligner.h.
428 return "Performs rotational alignment and works accurately if the image is precentered";
◆ get_name()
virtual string EMAN::RotatePrecenterAligner::get_name |
( |
| ) |
const |
|
inlinevirtual |
◆ get_param_types()
virtual TypeDict EMAN::RotatePrecenterAligner::get_param_types |
( |
| ) |
const |
|
inlinevirtual |
◆ NEW()
static Aligner * EMAN::RotatePrecenterAligner::NEW |
( |
| ) |
|
|
inlinestatic |
Definition at line 431 of file aligner.h.
433 return new RotatePrecenterAligner();
◆ NAME
const string RotatePrecenterAligner::NAME = "rotate_precenter" |
|
static |
The documentation for this class was generated from the following files: