|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <ProcessingImageSource.h>


Public Member Functions | |
| ProcessingImageSource (std::shared_ptr< Image< T >> image) | |
| virtual | ~ProcessingImageSource ()=default |
| std::shared_ptr< ImageTile > | getImageTile (int x, int y, int width, int height) const override |
| void | saveTile (ImageTile &) override |
| 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... | |
| ImageTile::ImageType | getType () const override |
Public Member Functions inherited from SourceXtractor::ImageSource | |
| ImageSource () | |
| virtual | ~ImageSource ()=default |
| virtual std::string | getRepr () const =0 |
| Human readable representation of this source. More... | |
| virtual const std::map < std::string, MetadataEntry > & | getMetadata () const |
| virtual void | setMetadata (const std::string &key, const MetadataEntry &value) |
Public Member Functions inherited from std::enable_shared_from_this< ImageSource > | |
| T | enable_shared_from_this (T...args) |
| T | operator= (T...args) |
| T | shared_from_this (T...args) |
| T | ~enable_shared_from_this (T...args) |
Protected Member Functions | |
| virtual void | generateTile (const std::shared_ptr< Image< T >> &image, ImageTileWithType< T > &tile, int x, int y, int width, int height) const =0 |
| std::string | getImageRepr () const |
Private Attributes | |
| std::shared_ptr< Image< T > > | m_image |
Definition at line 33 of file ProcessingImageSource.h.
|
inline |
Definition at line 36 of file ProcessingImageSource.h.
|
virtualdefault |
|
protectedpure virtual |
|
inlineoverridevirtual |
Returns the height of the image in pixels.
Implements SourceXtractor::ImageSource.
Definition at line 59 of file ProcessingImageSource.h.
|
inlineprotected |
Definition at line 70 of file ProcessingImageSource.h.
Referenced by SourceXtractor::InterpolatedImageSource< T >::getRepr().
|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource.
Definition at line 40 of file ProcessingImageSource.h.
|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource.
Definition at line 63 of file ProcessingImageSource.h.
|
inlineoverridevirtual |
Returns the width of the image in pixels.
Implements SourceXtractor::ImageSource.
Definition at line 54 of file ProcessingImageSource.h.
|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource.
Definition at line 49 of file ProcessingImageSource.h.
|
private |
Definition at line 75 of file ProcessingImageSource.h.
Referenced by SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >::getHeight(), SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >::getImageRepr(), SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >::getImageTile(), and SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >::getWidth().
1.8.5