# Centroiding

The task of the centroiding blocks is to compute the centroid of the `sources` from the [Image](prose.Image).


## Available Blocks


```{eval-rst}

.. currentmodule:: prose.blocks.centroids

.. autosummary::
   :template: blocksum.rst
   :nosignatures:

   CentroidCOM
   CentroidQuadratic
   CentroidGaussian2D
   CentroidBallet

```