Xmipp  v3.23.11-Nereus
Classes
Cuda GPU GeoTransformer
Collaboration diagram for Cuda GPU GeoTransformer:

Classes

class  GeoTransformer< T >
 

Detailed Description

This class is able to apply geometrical transformation on given image(s), using GPU. 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 transformation
  4. - release resources