Image Analysis Packages#
Some of the image processing we do in cryo-EM is domain specific.
These packages for image analysis help you to explore your new ideas without reinventing the wheel. Many are implemented in PyTorch, this means they can run on GPUs and make use of autodiff for parameter optimisation.
-
Fourier slice extraction/insertion
-
Cubic spline interpolation on regular grids
-
Fast and accurate image rescaling using Fourier methods
-
Subpixel image shifting using Fourier transforms
-
Accurate subpixel cropping for image processing
-
Sample and insert values in images and volumes
-
Utilities for working with real-space and fourier-space grids
-
torch-fourier-shell-correlation
FSC calculation for resolution estimation
-
3D rotation operations and utilities
-
Coarse tilt series alignment
-
Real space transformations of 2D/3D images
-
Find and refine peaks in 2D/3D images
-
Utilities for affine transforms of 2D/3D coordinates