|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Processes two images to create a third combining them by using any function. More...
#include <ProcessedImage.h>


Public Member Functions | |
| virtual | ~ProcessedImage ()=default |
| Destructor. | |
| std::string | getRepr () const override |
| Get a string identifying this image in a human readable manner. | |
| int | getWidth () const override |
| Returns the width of the image in pixels. | |
| int | getHeight () const override |
| Returns the height of the image in pixels. | |
| std::shared_ptr< ImageChunk< T > > | getChunk (int x, int y, int width, int height) const override |
| Public Member Functions inherited from SourceXtractor::Image< T > | |
| virtual | ~Image ()=default |
| Destructor. | |
| 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. | |
Static Public Member Functions | |
| static std::shared_ptr< ProcessedImage< T, P > > | create (std::shared_ptr< const Image< T > > image_a, std::shared_ptr< const Image< T > > image_b) |
| static std::shared_ptr< ProcessedImage< T, P > > | create (std::shared_ptr< const Image< T > > image_a, T value) |
Protected Member Functions | |
| ProcessedImage (std::shared_ptr< const Image< T > > image_a, std::shared_ptr< const Image< T > > image_b) | |
Private Attributes | |
| std::shared_ptr< const Image< T > > | m_image_a |
| std::shared_ptr< const Image< T > > | m_image_b |
Additional Inherited Members | |
| Public Types inherited from SourceXtractor::Image< T > | |
| using | PixelType = T |
Processes two images to create a third combining them by using any function.
Definition at line 36 of file ProcessedImage.h.
|
inlineprotected |
Definition at line 40 of file ProcessedImage.h.
Referenced by SourceXtractor::ProcessedImage< T, SubtractOperation< T > >::create(), and SourceXtractor::ProcessedImage< T, SubtractOperation< T > >::create().
|
virtualdefault |
Destructor.
|
inlinestatic |
Definition at line 53 of file ProcessedImage.h.
|
inlinestatic |
Definition at line 58 of file ProcessedImage.h.
|
inlineoverridevirtual |
Implements SourceXtractor::Image< T >.
Definition at line 75 of file ProcessedImage.h.
|
inlineoverridevirtual |
Returns the height of the image in pixels.
Implements SourceXtractor::Image< T >.
Definition at line 71 of file ProcessedImage.h.
|
inlineoverridevirtual |
Get a string identifying this image in a human readable manner.
Implements SourceXtractor::Image< T >.
Definition at line 63 of file ProcessedImage.h.
|
inlineoverridevirtual |
Returns the width of the image in pixels.
Implements SourceXtractor::Image< T >.
Definition at line 67 of file ProcessedImage.h.
|
private |
Definition at line 89 of file ProcessedImage.h.
|
private |
Definition at line 90 of file ProcessedImage.h.