SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Vignet.h
Go to the documentation of this file.
1
17
24
25#ifndef _SEIMPLEMENTATION_PLUGIN_VIGNET_H_
26#define _SEIMPLEMENTATION_PLUGIN_VIGNET_H_
27
28#include "SEUtils/Types.h"
31
32namespace SourceXtractor {
33class Vignet : public Property {
34public:
35 virtual ~Vignet() = default;
36
38
42
43private:
45}; // end of Vignet class
46
47} // namespace SourceXtractor
48
49#endif /* _SEIMPLEMENTATION_PLUGIN_VIGNET_H_*/
Base class for all Properties. (has no actual content).
Definition Property.h:33
Image implementation which keeps the pixel values in memory.
Definition VectorImage.h:52
std::shared_ptr< VectorImage< DetectionImage::PixelType > > m_vignet
Definition Vignet.h:44
const VectorImage< DetectionImage::PixelType > & getVignet() const
Definition Vignet.h:39
virtual ~Vignet()=default
Vignet(const std::shared_ptr< VectorImage< DetectionImage::PixelType > > vignet)
Definition Vignet.h:37
static StaticPlugin< VignetPlugin > vignet