|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <DetectionFrameImages.h>
Public Member Functions | |
| virtual | ~DetectionFrameImages ()=default |
| DetectionFrameImages (std::shared_ptr< DetectionImageFrame > frame, int width, int height) | |
| std::shared_ptr< Image< 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< DetectionImageFrame > | m_frame |
Definition at line 32 of file DetectionFrameImages.h.
|
virtualdefault |
|
inline |
Definition at line 37 of file DetectionFrameImages.h.
|
inline |
Definition at line 55 of file DetectionFrameImages.h.
References m_height.
|
inline |
Definition at line 45 of file DetectionFrameImages.h.
References SourceXtractor::MultithreadedMeasurement::g_global_mutex, std::lock(), m_frame, x, and y.
|
inline |
Definition at line 40 of file DetectionFrameImages.h.
References SourceXtractor::LockedImage< T >::create(), SourceXtractor::MultithreadedMeasurement::g_global_mutex, std::lock(), and m_frame.
Referenced by SourceXtractor::ApertureFlagTask::computeProperties(), SourceXtractor::VignetSourceTask::computeProperties(), SourceXtractor::AutoPhotometryFlagTask::computeProperties(), SourceXtractor::KronRadiusTask::computeProperties(), SourceXtractor::CoreThresholdPartitionTask::computeProperties(), and SourceXtractor::computePropertiesSpecialized().
|
inline |
Definition at line 51 of file DetectionFrameImages.h.
References m_width.
|
private |
Definition at line 62 of file DetectionFrameImages.h.
Referenced by getImageChunk(), and getLockedImage().
|
private |
Definition at line 61 of file DetectionFrameImages.h.
Referenced by getHeight().
|
private |
Definition at line 60 of file DetectionFrameImages.h.
Referenced by getWidth().
1.8.14