Xmipp  v3.23.11-Nereus
Classes
GeoShift Transformer
Collaboration diagram for GeoShift Transformer:

Classes

class  GeoShiftTransformer< T >
 

Detailed Description

This class is able to apply shift transformation on given image(s), using GPU (by multiplication in Fourier space). Internally, it processes each pixel of the resulting image. Typical workflow is as follows:

  1. - create instance of this class
  2. - initialize it
  3. - (in loop) apply shift
  4. - release resources