SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Image.h File Reference
#include <cstdint>
#include <memory>
#include "SEUtils/Types.h"
#include "SEUtils/PixelCoordinate.h"
Include dependency graph for Image.h:

Go to the source code of this file.

Classes

class  SourceXtractor::Image< T >
 Interface representing an image. More...
 

Namespaces

namespace  SourceXtractor
 

Typedefs

using SourceXtractor::DetectionImage = Image<SeFloat>
 Alias for the detection image, to make easier its type modification.
 
using SourceXtractor::MeasurementImage = Image<SeFloat>
 Alias for the measurement image, to make easier its type modification.
 
using SourceXtractor::WeightImage = Image<SeFloat>
 Alias for the weight image, to make easier its type modification.
 
using SourceXtractor::FlagImage = Image<std::int64_t>
 Alias for the flag image, to make easier its type modification.
 

Detailed Description

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

Date
05/30/16
Author
mschefer

Definition in file Image.h.