Image Segmentation (photutils.aperture
)#
This subpackage contains tools for detecting sources using image segmentation and measuring their centroids, photometry, and morphological properties.
Functions#
|
Deblend overlapping sources labeled in a segmentation image. |
|
Detect sources above a specified threshold value in an image. |
|
Calculate a pixel-wise threshold image that can be used to detect sources. |
|
Make a normalized 2D circular Gaussian kernel. |
Classes#
|
Class for a single labeled region (segment) within a segmentation image. |
|
Class for a segmentation image. |
|
Class to create a catalog of photometry and morphological properties for sources defined by a segmentation image. |
|
Class to detect sources, including deblending, in an image using segmentation. |