SourceXtractorPlusPlus  0.15
Please provide a description of the project.
Classes | Namespaces | Macros | Typedefs | Enumerations | Functions
ImageInterfaceTraits.h File Reference
#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"
Include dependency graph for ImageInterfaceTraits.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Enumerations

enum  ModelFitting::interpenum {
  ModelFitting::INTERP_NEARESTNEIGHBOUR , ModelFitting::INTERP_BILINEAR , ModelFitting::INTERP_LANCZOS2 , ModelFitting::INTERP_LANCZOS3 ,
  ModelFitting::INTERP_LANCZOS4
}
 
enum  SourceXtractor::interpenum {
  SourceXtractor::INTERP_NEARESTNEIGHBOUR , SourceXtractor::INTERP_BILINEAR , SourceXtractor::INTERP_LANCZOS2 , SourceXtractor::INTERP_LANCZOS3 ,
  SourceXtractor::INTERP_LANCZOS4
}
 

Functions

float SourceXtractor::interpolate_pix (float *pix, float x, float y, int xsize, int ysize, interpenum interptype)
 

Macro Definition Documentation

◆ INTERP_MAXKERNELWIDTH

#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.