mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
improc.hpp
Go to the documentation of this file.
1 /** \file improc.hpp
2  * \author Jared R. Males
3  * \brief Library nclude for the improc module
4  * \ingroup image_processing_files
5  *
6  */
7 
8 //***********************************************************************//
9 // Copyright 2020-2023 Jared R. Males (jaredmales@gmail.com)
10 //
11 // This file is part of mxlib.
12 //
13 // mxlib is free software: you can redistribute it and/or modify
14 // it under the terms of the GNU General Public License as published by
15 // the Free Software Foundation, either version 3 of the License, or
16 // (at your option) any later version.
17 //
18 // mxlib is distributed in the hope that it will be useful,
19 // but WITHOUT ANY WARRANTY; without even the implied warranty of
20 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 // GNU General Public License for more details.
22 //
23 // You should have received a copy of the GNU General Public License
24 // along with mxlib. If not, see <http://www.gnu.org/licenses/>.
25 //***********************************************************************//
26 
27 #ifndef improc_hpp
28 #define improc_hpp
29 
30 #include "aperturePhotometer.hpp"
31 #include "circleOuterpix.hpp"
32 #include "eigenCube.hpp"
33 #include "eigenImage.hpp"
34 #include "imageFilters.hpp"
35 #include "imageMasks.hpp"
36 #include "imagePads.hpp"
37 #include "imagePeakInterp.hpp"
38 #include "imageTransforms.hpp"
39 #include "imageUtils.hpp"
40 #include "imCenterCircleSym.hpp"
41 #include "imCenterRadon.hpp"
42 #include "milkImage.hpp"
43 #include "sourceFinder.hpp"
44 
45 #endif //improc_hpp
Class for conducting aperture photometry on an image.
Declares and defines a class for finding the edge of a circle mask.
An image cube with an Eigen API.
Tools for using the eigen library for image processing.
A class to find PSF centers using circular symmetry.
A class to find PSF centers using circular symmetry.
Image filters (smoothing, radial profiles, etc.)
Declares and defines functions to work with image masks.
Image padding.
A class to find the location of a peak using interpolation.
Image interpolation and transformation.
Header for the image processing utilities.
Interface to MILK::ImageStreamIO shared memory streams.
Declares and defines a class for finding sources in images.