SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::DetectionFrameImages Class Reference

#include <DetectionFrameImages.h>

Inheritance diagram for SourceXtractor::DetectionFrameImages:
Collaboration diagram for SourceXtractor::DetectionFrameImages:

Public Member Functions

virtual ~DetectionFrameImages ()=default
 DetectionFrameImages (std::shared_ptr< DetectionImageFrame > frame, int width, int height)
std::shared_ptr< ImageAccessor< SeFloat > > getLockedImage (FrameImageLayer layer) const
std::shared_ptr< ImageChunk< DetectionImage::PixelType > > getImageChunk (FrameImageLayer layer, int x, int y, int width, int height) const
int getWidth () const
int getHeight () const
Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default

Private Attributes

int m_width
int m_height
std::shared_ptr< DetectionImageFramem_frame

Detailed Description

Definition at line 30 of file DetectionFrameImages.h.

Constructor & Destructor Documentation

◆ ~DetectionFrameImages()

virtual SourceXtractor::DetectionFrameImages::~DetectionFrameImages ( )
virtualdefault

◆ DetectionFrameImages()

SourceXtractor::DetectionFrameImages::DetectionFrameImages ( std::shared_ptr< DetectionImageFrame > frame,
int width,
int height )
inline

Definition at line 35 of file DetectionFrameImages.h.

References m_frame, m_height, and m_width.

Member Function Documentation

◆ getHeight()

int SourceXtractor::DetectionFrameImages::getHeight ( ) const
inline

Definition at line 50 of file DetectionFrameImages.h.

References m_height.

◆ getImageChunk()

std::shared_ptr< ImageChunk< DetectionImage::PixelType > > SourceXtractor::DetectionFrameImages::getImageChunk ( FrameImageLayer layer,
int x,
int y,
int width,
int height ) const
inline

Definition at line 42 of file DetectionFrameImages.h.

References m_frame.

◆ getLockedImage()

◆ getWidth()

int SourceXtractor::DetectionFrameImages::getWidth ( ) const
inline

Definition at line 46 of file DetectionFrameImages.h.

References m_width.

Member Data Documentation

◆ m_frame

std::shared_ptr<DetectionImageFrame> SourceXtractor::DetectionFrameImages::m_frame
private

Definition at line 57 of file DetectionFrameImages.h.

Referenced by DetectionFrameImages(), getImageChunk(), and getLockedImage().

◆ m_height

int SourceXtractor::DetectionFrameImages::m_height
private

Definition at line 56 of file DetectionFrameImages.h.

Referenced by DetectionFrameImages(), and getHeight().

◆ m_width

int SourceXtractor::DetectionFrameImages::m_width
private

Definition at line 55 of file DetectionFrameImages.h.

Referenced by DetectionFrameImages(), and getWidth().


The documentation for this class was generated from the following file: