SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ReplaceUndefImage.h
Go to the documentation of this file.
1
17
18#ifndef SOURCEXTRACTORPLUSPLUS_REPLACEUNDEFIMAGE_H
19#define SOURCEXTRACTORPLUSPLUS_REPLACEUNDEFIMAGE_H
20
22
23namespace SourceXtractor {
24
34template <typename T>
36
37// Instantiations
39
40} // end of namespace SourceXtractor
41
42#endif // SOURCEXTRACTORPLUSPLUS_REPLACEUNDEFIMAGE_H
Image implementation which keeps the pixel values in memory.
Definition VectorImage.h:52
SeFloat32 SeFloat
Definition Types.h:32
std::shared_ptr< VectorImage< T > > ReplaceUndef(const VectorImage< T > &original, T mask)