Next: Exceptions
Up: Developer's Guide
Previous: Coding Style
Contents
Index
Using Factory Classes
EMAN has many functions that implement specific algorithms to do image
processing. These algorithms are relatively independent and a user
chooses which one to use. EMAN2 the following factory classes are defined to
manage these algorithms:
- Processor (image processor)
- Aligner (2D/3D image alignment)
- Averager (averaging a set of images)
- Cmp (comparing 2 same-size Images)
- Projector (3D image projection)
- Reconstructor (3D image reconstruction)
2013-06-11