SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
Mirrors an image in both X and Y axes. More...
#include <MirrorImage.h>
Public Member Functions | |
std::string | getRepr () const override |
Get a string identifying this image in a human readable manner. More... | |
int | getWidth () const override |
Returns the width of the image in pixels. More... | |
int | getHeight () const override |
Returns the height of the image in pixels. More... | |
std::shared_ptr< ImageChunk< T > > | getChunk (int x, int y, int width, int height) const override |
![]() | |
virtual | ~Image ()=default |
Destructor. More... | |
std::shared_ptr< ImageChunk< T > > | getChunk (const PixelCoordinate &start, const PixelCoordinate &end) const |
bool | isInside (int x, int y) const |
Returns true if the given coordinates are inside the image bounds. More... | |
Static Public Member Functions | |
template<typename... Args> | |
static std::shared_ptr < MirrorImage< T > > | create (Args &&...args) |
Protected Member Functions | |
MirrorImage (std::shared_ptr< const Image< T >> img) | |
Private Attributes | |
std::shared_ptr< const Image< T > > | m_img |
Additional Inherited Members | |
![]() | |
using | PixelType = T |
Mirrors an image in both X and Y axes.
Definition at line 37 of file MirrorImage.h.
|
inlineprotected |
Definition at line 39 of file MirrorImage.h.
|
inlinestatic |
Definition at line 44 of file MirrorImage.h.
|
inlineoverridevirtual |
Implements SourceXtractor::Image< T >.
Definition at line 60 of file MirrorImage.h.
References SourceXtractor::UniversalImageChunk< T >::create(), SourceXtractor::ImageAccessor< T >::getHeight(), SourceXtractor::ImageAccessor< T >::getValue(), SourceXtractor::ImageAccessor< T >::getWidth(), ModelFitting::height, SourceXtractor::MirrorImage< T >::m_img, and ModelFitting::width.
|
inlineoverridevirtual |
Returns the height of the image in pixels.
Implements SourceXtractor::Image< T >.
Definition at line 56 of file MirrorImage.h.
References SourceXtractor::MirrorImage< T >::m_img.
|
inlineoverridevirtual |
Get a string identifying this image in a human readable manner.
Implements SourceXtractor::Image< T >.
Definition at line 48 of file MirrorImage.h.
References SourceXtractor::MirrorImage< T >::m_img.
|
inlineoverridevirtual |
Returns the width of the image in pixels.
Implements SourceXtractor::Image< T >.
Definition at line 52 of file MirrorImage.h.
References SourceXtractor::MirrorImage< T >::m_img.
|
private |
Definition at line 74 of file MirrorImage.h.
Referenced by SourceXtractor::MirrorImage< T >::getChunk(), SourceXtractor::MirrorImage< T >::getHeight(), SourceXtractor::MirrorImage< T >::getRepr(), and SourceXtractor::MirrorImage< T >::getWidth().