Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
DetailRenderer Class Referenceabstract
Inheritance diagram for DetailRenderer:
Inheritance graph
Collaboration diagram for DetailRenderer:
Collaboration graph

Public Member Functions

 DetailRenderer (ImageViewerModuleProps &_props)
 
 ~DetailRenderer ()
 
virtual bool view ()=0
 
bool eglInitializer (uint32_t _height, uint32_t _width)
 
bool destroyWindow ()
 
bool shouldTriggerSOS ()
 
void setMatImg (RawImageMetadata *rawMetadata)
 
void showImage (frame_sp &frame)
 

Public Attributes

frame_sp inputFrame
 
ImageViewerModuleProps props
 

Protected Attributes

cv::Mat mImg
 

Constructor & Destructor Documentation

◆ DetailRenderer()

DetailRenderer::DetailRenderer ( ImageViewerModuleProps & _props)
inline

◆ ~DetailRenderer()

DetailRenderer::~DetailRenderer ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ destroyWindow()

bool DetailRenderer::destroyWindow ( )
inline
Here is the caller graph for this function:

◆ eglInitializer()

bool DetailRenderer::eglInitializer ( uint32_t _height,
uint32_t _width )
inline
Here is the call graph for this function:

◆ setMatImg()

void DetailRenderer::setMatImg ( RawImageMetadata * rawMetadata)
inline
Here is the call graph for this function:

◆ shouldTriggerSOS()

bool DetailRenderer::shouldTriggerSOS ( )
inline

◆ showImage()

void DetailRenderer::showImage ( frame_sp & frame)
inline
Here is the caller graph for this function:

◆ view()

virtual bool DetailRenderer::view ( )
pure virtual

Implemented in DetailEgl, and DetailImageviewer.

Member Data Documentation

◆ inputFrame

frame_sp DetailRenderer::inputFrame

◆ mImg

cv::Mat DetailRenderer::mImg
protected

◆ props

ImageViewerModuleProps DetailRenderer::props

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