SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <ProcessingImageSource.h>
Public Member Functions | |
ProcessingImageSource (std::shared_ptr< Image< T >> image) | |
virtual | ~ProcessingImageSource ()=default |
virtual std::shared_ptr< ImageTile< T > > | getImageTile (int x, int y, int width, int height) const override |
virtual void | saveTile (ImageTile< T > &) override |
virtual int | getWidth () const override |
Returns the width of the image in pixels. More... | |
virtual int | getHeight () const override |
Returns the height of the image in pixels. More... | |
![]() | |
ImageSource () | |
virtual | ~ImageSource ()=default |
![]() | |
virtual | ~ImageSourceBase ()=default |
virtual std::string | getRepr () const =0 |
Human readable representation of this source. More... | |
![]() | |
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 (std::shared_ptr< Image< T >> image, ImageTile< 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 |
Implemented in SourceXtractor::InterpolatedImageSource< T >.
Referenced by SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >::getImageTile().
|
inlineoverridevirtual |
Returns the height of the image in pixels.
Implements SourceXtractor::ImageSource< T >.
Definition at line 58 of file ProcessingImageSource.h.
|
inlineprotected |
Definition at line 65 of file ProcessingImageSource.h.
Referenced by SourceXtractor::InterpolatedImageSource< T >::getRepr().
|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource< T >.
Definition at line 40 of file ProcessingImageSource.h.
|
inlineoverridevirtual |
Returns the width of the image in pixels.
Implements SourceXtractor::ImageSource< T >.
Definition at line 53 of file ProcessingImageSource.h.
|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource< T >.
Definition at line 48 of file ProcessingImageSource.h.
|
private |
Definition at line 70 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().