SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#include <boost/math/constants/constants.hpp>
#include <cmath>
#include <algorithm>
#include <memory>
#include <utility>
#include <vector>
#include "ModelFitting/Image/ImageTraits.h"
#include "SEFramework/Image/Image.h"
#include "SEFramework/Image/VectorImage.h"
Go to the source code of this file.
Classes | |
struct | ModelFitting::ImageTraits< ImageInterfaceTypePtr > |
Namespaces | |
ModelFitting | |
SourceXtractor | |
Macros | |
#define | INTERP_MAXKERNELWIDTH 8 |
Typedefs | |
using | ModelFitting::ImageInterfaceType = SourceXtractor::VectorImage< SourceXtractor::SeFloat > |
using | ModelFitting::ImageInterfaceTypePtr = std::shared_ptr< ImageInterfaceType > |
using | ModelFitting::WriteableInterfaceType = SourceXtractor::WriteableImage< SourceXtractor::SeFloat > |
using | ModelFitting::WriteableInterfaceTypePtr = std::shared_ptr< WriteableInterfaceType > |
Functions | |
float | SourceXtractor::interpolate_pix (float *pix, float x, float y, int xsize, int ysize, interpenum interptype) |
#define INTERP_MAXKERNELWIDTH 8 |
Copyright © 2019 Université de Genève, LMU Munich - Faculty of Physics, IAP-CNRS/Sorbonne Université
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3.0 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition at line 27 of file ImageInterfaceTraits.h.
Referenced by SourceXtractor::interpolate_pix(), and ModelFitting::ImageTraits< WriteableInterfaceTypePtr >::shiftResizeLancszos().